Html Css Color HEX #ACB506 Citrus

📋 copy color: '#ACB506'

red 172 ◦ green 181 ◦ blue 6

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

Shades of Citrus #ACB506

Tints of Citrus #ACB506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.67%

R = 47.91%
G = 50.42%
B = 1.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#ACB506 (or 0xACB506) is known color: Citrus. HEX triplet: AC, B5 and 06. RGB value is (172,181,6). Sum of RGB (Red+Green+Blue) = 172+181+6=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB506 is #534AF9. Grayscale: #9F9F9F. Windows color (decimal): -5458682 or 439724. OLE color: 439724.

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

Color convert

RGB 172 181 6 -
CMYK 0.05 0 0.97 0.29
HSL 63.09º 0.94% 0.37% -
HSV(B) 63.09º 0.97% 0.71% -
XYZ 33.57 41.83 6.48 -
YUV 158.36 42.02 137.73 -
System Red Green Blue C M Y K H S L
Decimal 172 181 6 0.05 0 0.97 0.29 63.09 0.94 0.37
Hex AC B5 6 5 0 61 1D 3F 5E 25
Octal 254 265 6 5 0 141 35 77 136 45
Binary 10101100 10110101 110 101 0 1100001 11101 111111 1011110 100101

Color Harmonies of #ACB506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB506

Black with #ACB506

Text Example


Text Example

White with #ACB506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB506; }

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

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

background-color css

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

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

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

border-color css

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

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

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