Html Css Color HEX #ACB306 Citrus

📋 copy color: '#ACB306'

red 172 ◦ green 179 ◦ blue 6

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

Shades of Citrus #ACB306

Tints of Citrus #ACB306

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.14%

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

R = 48.18%
G = 50.14%
B = 1.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#ACB306 (or 0xACB306) is known color: Citrus. HEX triplet: AC, B3 and 06. RGB value is (172,179,6). Sum of RGB (Red+Green+Blue) = 172+179+6=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 6 (2.73% from 255 or 1.68% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB306 is #534CF9. Grayscale: #9D9D9D. Windows color (decimal): -5459194 or 439212. OLE color: 439212.

HSL color Cylindrical-coordinate representation of color #ACB306: hue angle of 62.43º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACB306 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 6 -
CMYK 0.04 0 0.97 0.30
HSL 62.43º 0.94% 0.36% -
HSV(B) 62.43º 0.97% 0.7% -
XYZ 33.17 41.02 6.34 -
YUV 157.19 42.68 138.57 -
System Red Green Blue C M Y K H S L
Decimal 172 179 6 0.04 0 0.97 0.30 62.43 0.94 0.36
Hex AC B3 6 4 0 61 1E 3E 5E 24
Octal 254 263 6 4 0 141 36 76 136 44
Binary 10101100 10110011 110 100 0 1100001 11110 111110 1011110 100100

Color Harmonies of #ACB306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB306

Black with #ACB306

Text Example


Text Example

White with #ACB306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB306; }

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

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

background-color css

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

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

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

border-color css

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

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

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