Html Css Color HEX #ACB20E Citrus

📋 copy color: '#ACB20E'

red 172 ◦ green 178 ◦ blue 14

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

Shades of Citrus #ACB20E

Tints of Citrus #ACB20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.85%

R = 47.25%
G = 48.9%
B = 3.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#ACB20E (or 0xACB20E) is known color: Citrus. HEX triplet: AC, B2 and 0E. RGB value is (172,178,14). Sum of RGB (Red+Green+Blue) = 172+178+14=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 178 (69.92% from 255 or 48.90% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB20E is #534DF1. Grayscale: #9E9E9E. Windows color (decimal): -5459442 or 963244. OLE color: 963244.

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

Color convert

RGB 172 178 14 -
CMYK 0.03 0 0.92 0.30
HSL 62.2º 0.85% 0.38% -
HSV(B) 62.2º 0.92% 0.7% -
XYZ 33.01 40.64 6.52 -
YUV 157.51 47.01 138.34 -
System Red Green Blue C M Y K H S L
Decimal 172 178 14 0.03 0 0.92 0.30 62.2 0.85 0.38
Hex AC B2 E 3 0 5C 1E 3E 55 26
Octal 254 262 16 3 0 134 36 76 125 46
Binary 10101100 10110010 1110 11 0 1011100 11110 111110 1010101 100110

Color Harmonies of #ACB20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB20E

Black with #ACB20E

Text Example


Text Example

White with #ACB20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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