Html Css Color HEX #ACB213 Citrus

📋 copy color: '#ACB213'

red 172 ◦ green 178 ◦ blue 19

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

Shades of Citrus #ACB213

Tints of Citrus #ACB213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.15%

R = 46.61%
G = 48.24%
B = 5.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#ACB213 (or 0xACB213) is known color: Citrus. HEX triplet: AC, B2 and 13. RGB value is (172,178,19). Sum of RGB (Red+Green+Blue) = 172+178+19=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB213 is #534DEC. Grayscale: #9E9E9E. Windows color (decimal): -5459437 or 1290924. OLE color: 1290924.

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

Color convert

RGB 172 178 19 -
CMYK 0.03 0 0.89 0.30
HSL 62.26º 0.81% 0.39% -
HSV(B) 62.26º 0.89% 0.7% -
XYZ 33.05 40.66 6.72 -
YUV 158.08 49.51 137.93 -
System Red Green Blue C M Y K H S L
Decimal 172 178 19 0.03 0 0.89 0.30 62.26 0.81 0.39
Hex AC B2 13 3 0 59 1E 3E 51 27
Octal 254 262 23 3 0 131 36 76 121 47
Binary 10101100 10110010 10011 11 0 1011001 11110 111110 1010001 100111

Color Harmonies of #ACB213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB213

Black with #ACB213

Text Example


Text Example

White with #ACB213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB213; }

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

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

background-color css

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

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

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

border-color css

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

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

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