Html Css Color HEX #ACB20C Citrus

📋 copy color: '#ACB20C'

red 172 ◦ green 178 ◦ blue 12

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

Shades of Citrus #ACB20C

Tints of Citrus #ACB20C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.17%

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 47.51%
G = 49.17%
B = 3.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#ACB20C (or 0xACB20C) is known color: Citrus. HEX triplet: AC, B2 and 0C. RGB value is (172,178,12). Sum of RGB (Red+Green+Blue) = 172+178+12=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 178 (69.92% from 255 or 49.17% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB20C is #534DF3. Grayscale: #9D9D9D. Windows color (decimal): -5459444 or 832172. OLE color: 832172.

HSL color Cylindrical-coordinate representation of color #ACB20C: hue angle of 62.17º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACB20C is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 12 -
CMYK 0.03 0 0.93 0.30
HSL 62.17º 0.87% 0.37% -
HSV(B) 62.17º 0.93% 0.7% -
XYZ 33 40.64 6.45 -
YUV 157.28 46.01 138.5 -
System Red Green Blue C M Y K H S L
Decimal 172 178 12 0.03 0 0.93 0.30 62.17 0.87 0.37
Hex AC B2 C 3 0 5D 1E 3E 57 25
Octal 254 262 14 3 0 135 36 76 127 45
Binary 10101100 10110010 1100 11 0 1011101 11110 111110 1010111 100101

Color Harmonies of #ACB20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB20C

Black with #ACB20C

Text Example


Text Example

White with #ACB20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB20C; }

 p { color: rgb(172,178,12); }

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

background-color css

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

 a { background-color: rgb(172,178,12); }

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

border-color css

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

 span { border-color: rgb(172,178,12); }

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