Html Css Color HEX #ACB807 Citrus

📋 copy color: '#ACB807'

red 172 ◦ green 184 ◦ blue 7

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

Shades of Citrus #ACB807

Tints of Citrus #ACB807

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.69%

 BLUE value IS 7 (3.13% from 255) = 1.93%

R = 47.38%
G = 50.69%
B = 1.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#ACB807 (or 0xACB807) is known color: Citrus. HEX triplet: AC, B8 and 07. RGB value is (172,184,7). Sum of RGB (Red+Green+Blue) = 172+184+7=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB807 is #5347F8. Grayscale: #A0A0A0. Windows color (decimal): -5457913 or 506028. OLE color: 506028.

HSL color Cylindrical-coordinate representation of color #ACB807: hue angle of 64.07º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACB807 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 7 -
CMYK 0.07 0 0.96 0.28
HSL 64.07º 0.93% 0.37% -
HSV(B) 64.07º 0.96% 0.72% -
XYZ 34.19 43.07 6.71 -
YUV 160.23 41.52 136.39 -
System Red Green Blue C M Y K H S L
Decimal 172 184 7 0.07 0 0.96 0.28 64.07 0.93 0.37
Hex AC B8 7 7 0 60 1C 40 5D 25
Octal 254 270 7 7 0 140 34 100 135 45
Binary 10101100 10111000 111 111 0 1100000 11100 1000000 1011101 100101

Color Harmonies of #ACB807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB807

Black with #ACB807

Text Example


Text Example

White with #ACB807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB807; }

 p { color: rgb(172,184,7); }

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

background-color css

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

 a { background-color: rgb(172,184,7); }

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

border-color css

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

 span { border-color: rgb(172,184,7); }

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