Html Css Color HEX #ACC02C Bahia

📋 copy color: '#ACC02C'

red 172 ◦ green 192 ◦ blue 44

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

Shades of Bahia #ACC02C

Tints of Bahia #ACC02C

RGB

 RED value IS 172 (67.58% from 255) = 42.16%

 GREEN value IS 192 (75.39% from 255) = 47.06%

 BLUE value IS 44 (17.58% from 255) = 10.78%

R = 42.16%
G = 47.06%
B = 10.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#ACC02C (or 0xACC02C) is known color: Bahia. HEX triplet: AC, C0 and 2C. RGB value is (172,192,44). Sum of RGB (Red+Green+Blue) = 172+192+44=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 44 (17.58% from 255 or 10.78% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC02C is #533FD3. Grayscale: #A9A9A9. Windows color (decimal): -5455828 or 2932908. OLE color: 2932908.

HSL color Cylindrical-coordinate representation of color #ACC02C: hue angle of 68.11º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACC02C is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 44 -
CMYK 0.10 0 0.77 0.25
HSL 68.11º 0.63% 0.46% -
HSV(B) 68.11º 0.77% 0.75% -
XYZ 36.32 46.65 9.47 -
YUV 169.15 57.37 130.03 -
System Red Green Blue C M Y K H S L
Decimal 172 192 44 0.10 0 0.77 0.25 68.11 0.63 0.46
Hex AC C0 2C A 0 4D 19 44 3F 2E
Octal 254 300 54 12 0 115 31 104 77 56
Binary 10101100 11000000 101100 1010 0 1001101 11001 1000100 111111 101110

Color Harmonies of #ACC02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC02C

Black with #ACC02C

Text Example


Text Example

White with #ACC02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC02C; }

 p { color: rgb(172,192,44); }

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

background-color css

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

 a { background-color: rgb(172,192,44); }

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

border-color css

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

 span { border-color: rgb(172,192,44); }

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