Html Css Color HEX #A4CF0B Bahia

📋 copy color: '#A4CF0B'

red 164 ◦ green 207 ◦ blue 11

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

Shades of Bahia #A4CF0B

Tints of Bahia #A4CF0B

RGB

 RED value IS 164 (64.45% from 255) = 42.93%

 GREEN value IS 207 (81.25% from 255) = 54.19%

 BLUE value IS 11 (4.69% from 255) = 2.88%

R = 42.93%
G = 54.19%
B = 2.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#A4CF0B (or 0xA4CF0B) is known color: Bahia. HEX triplet: A4, CF and 0B. RGB value is (164,207,11). Sum of RGB (Red+Green+Blue) = 164+207+11=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4CF0B is #5B30F4. Grayscale: #ACACAC. Windows color (decimal): -5976309 or 774052. OLE color: 774052.

HSL color Cylindrical-coordinate representation of color #A4CF0B: hue angle of 73.16º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A4CF0B is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 207 11 -
CMYK 0.21 0 0.95 0.19
HSL 73.16º 0.9% 0.43% -
HSV(B) 73.16º 0.95% 0.81% -
XYZ 37.68 52.54 8.47 -
YUV 171.8 37.25 122.44 -
System Red Green Blue C M Y K H S L
Decimal 164 207 11 0.21 0 0.95 0.19 73.16 0.9 0.43
Hex A4 CF B 15 0 5F 13 49 5A 2B
Octal 244 317 13 25 0 137 23 111 132 53
Binary 10100100 11001111 1011 10101 0 1011111 10011 1001001 1011010 101011

Color Harmonies of #A4CF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CF0B

Black with #A4CF0B

Text Example


Text Example

White with #A4CF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CF0B; }

 p { color: rgb(164,207,11); }

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

background-color css

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

 a { background-color: rgb(164,207,11); }

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

border-color css

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

 span { border-color: rgb(164,207,11); }

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