Html Css Color HEX #ACB906 Citrus

📋 copy color: '#ACB906'

red 172 ◦ green 185 ◦ blue 6

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

Shades of Citrus #ACB906

Tints of Citrus #ACB906

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.96%

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

R = 47.38%
G = 50.96%
B = 1.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#ACB906 (or 0xACB906) is known color: Citrus. HEX triplet: AC, B9 and 06. RGB value is (172,185,6). Sum of RGB (Red+Green+Blue) = 172+185+6=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB906 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB906 is #5346F9. Grayscale: #A1A1A1. Windows color (decimal): -5457658 or 440748. OLE color: 440748.

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

Color convert

RGB 172 185 6 -
CMYK 0.07 0 0.97 0.27
HSL 64.36º 0.94% 0.37% -
HSV(B) 64.36º 0.97% 0.73% -
XYZ 34.4 43.48 6.75 -
YUV 160.71 40.69 136.05 -
System Red Green Blue C M Y K H S L
Decimal 172 185 6 0.07 0 0.97 0.27 64.36 0.94 0.37
Hex AC B9 6 7 0 61 1B 40 5E 25
Octal 254 271 6 7 0 141 33 100 136 45
Binary 10101100 10111001 110 111 0 1100001 11011 1000000 1011110 100101

Color Harmonies of #ACB906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB906

Black with #ACB906

Text Example


Text Example

White with #ACB906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB906; }

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

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

background-color css

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

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

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

border-color css

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

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

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