Html Css Color HEX #A4CC0B Bahia

📋 copy color: '#A4CC0B'

red 164 ◦ green 204 ◦ blue 11

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

Shades of Bahia #A4CC0B

Tints of Bahia #A4CC0B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.83%

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

R = 43.27%
G = 53.83%
B = 2.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#A4CC0B (or 0xA4CC0B) is known color: Bahia. HEX triplet: A4, CC and 0B. RGB value is (164,204,11). Sum of RGB (Red+Green+Blue) = 164+204+11=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4CC0B is #5B33F4. Grayscale: #AAAAAA. Windows color (decimal): -5977077 or 773284. OLE color: 773284.

HSL color Cylindrical-coordinate representation of color #A4CC0B: hue angle of 72.44º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A4CC0B is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 204 11 -
CMYK 0.20 0 0.95 0.2
HSL 72.44º 0.9% 0.42% -
HSV(B) 72.44º 0.95% 0.8% -
XYZ 36.96 51.1 8.23 -
YUV 170.04 38.25 123.69 -
System Red Green Blue C M Y K H S L
Decimal 164 204 11 0.20 0 0.95 0.2 72.44 0.9 0.42
Hex A4 CC B 14 0 5F 14 48 5A 2A
Octal 244 314 13 24 0 137 24 110 132 52
Binary 10100100 11001100 1011 10100 0 1011111 10100 1001000 1011010 101010

Color Harmonies of #A4CC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CC0B

Black with #A4CC0B

Text Example


Text Example

White with #A4CC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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