Html Css Color HEX #A3BE25 Bahia

📋 copy color: '#A3BE25'

red 163 ◦ green 190 ◦ blue 37

#A3BE25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #A3BE25

Tints of Bahia #A3BE25

RGB

 RED value IS 163 (64.06% from 255) = 41.79%

 GREEN value IS 190 (74.61% from 255) = 48.72%

 BLUE value IS 37 (14.84% from 255) = 9.49%

R = 41.79%
G = 48.72%
B = 9.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A3BE25 (or 0xA3BE25) is known color: Bahia. HEX triplet: A3, BE and 25. RGB value is (163,190,37). Sum of RGB (Red+Green+Blue) = 163+190+37=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 190 (74.61% from 255 or 48.72% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BE25 is #5C41DA. Grayscale: #A5A5A5. Windows color (decimal): -6046171 or 2473635. OLE color: 2473635.

HSL color Cylindrical-coordinate representation of color #A3BE25: hue angle of 70.59º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A3BE25 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 190 37 -
CMYK 0.14 0 0.81 0.25
HSL 70.59º 0.67% 0.45% -
HSV(B) 70.59º 0.81% 0.75% -
XYZ 33.85 44.75 8.6 -
YUV 164.49 56.05 126.94 -
System Red Green Blue C M Y K H S L
Decimal 163 190 37 0.14 0 0.81 0.25 70.59 0.67 0.45
Hex A3 BE 25 E 0 51 19 47 43 2D
Octal 243 276 45 16 0 121 31 107 103 55
Binary 10100011 10111110 100101 1110 0 1010001 11001 1000111 1000011 101101

Color Harmonies of #A3BE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BE25

Black with #A3BE25

Text Example


Text Example

White with #A3BE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BE25; }

 p { color: rgb(163,190,37); }

 H1.HeaderClassName
 {
   color: #A3BE25;
 }
 .AnyTagClassName
 {
   color: #A3BE25;
 }
</style>

background-color css

<style>
 a { background-color: #A3BE25; }

 a { background-color: rgb(163,190,37); }

 div.DivClassName
 {
   background-color: #A3BE25;
 }
 .BgClassName
 {
   background-color: #A3BE25;
 }
</style>

border-color css

<style>
 span { border-color: #A3BE25; }

 span { border-color: rgb(163,190,37); }

 td.TdClassName
 {
   border-color: #A3BE25;
 }
 .TagClassName
 {
   border-color: #A3BE25;
 }
</style>