Html Css Color HEX #ACB50C Citrus

📋 copy color: '#ACB50C'

red 172 ◦ green 181 ◦ blue 12

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

Shades of Citrus #ACB50C

Tints of Citrus #ACB50C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.59%

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

R = 47.12%
G = 49.59%
B = 3.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#ACB50C (or 0xACB50C) is known color: Citrus. HEX triplet: AC, B5 and 0C. RGB value is (172,181,12). Sum of RGB (Red+Green+Blue) = 172+181+12=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB50C is #534AF3. Grayscale: #9F9F9F. Windows color (decimal): -5458676 or 832940. OLE color: 832940.

HSL color Cylindrical-coordinate representation of color #ACB50C: hue angle of 63.2º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACB50C is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 12 -
CMYK 0.05 0 0.93 0.29
HSL 63.2º 0.88% 0.38% -
HSV(B) 63.2º 0.93% 0.71% -
XYZ 33.6 41.84 6.65 -
YUV 159.04 45.02 137.24 -
System Red Green Blue C M Y K H S L
Decimal 172 181 12 0.05 0 0.93 0.29 63.2 0.88 0.38
Hex AC B5 C 5 0 5D 1D 3F 58 26
Octal 254 265 14 5 0 135 35 77 130 46
Binary 10101100 10110101 1100 101 0 1011101 11101 111111 1011000 100110

Color Harmonies of #ACB50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB50C

Black with #ACB50C

Text Example


Text Example

White with #ACB50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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