Html Css Color HEX #ACB700 Citrus

📋 copy color: '#ACB700'

red 172 ◦ green 183 ◦ blue 0

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

Shades of Citrus #ACB700

Tints of Citrus #ACB700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.45%
G = 51.55%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#ACB700 (or 0xACB700) is known color: Citrus. HEX triplet: AC, B7 and 00. RGB value is (172,183,0). Sum of RGB (Red+Green+Blue) = 172+183+0=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 183 (71.88% from 255 or 51.55% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB700 is #5348FF. Grayscale: #9F9F9F. Windows color (decimal): -5458176 or 47020. OLE color: 47020.

HSL color Cylindrical-coordinate representation of color #ACB700: hue angle of 63.61º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACB700 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 0 -
CMYK 0.06 0 1 0.28
HSL 63.61º 1% 0.36% -
HSV(B) 63.61º 1% 0.72% -
XYZ 33.95 42.64 6.44 -
YUV 158.85 38.36 137.38 -
System Red Green Blue C M Y K H S L
Decimal 172 183 0 0.06 0 1 0.28 63.61 1 0.36
Hex AC B7 0 6 0 64 1C 40 64 24
Octal 254 267 0 6 0 144 34 100 144 44
Binary 10101100 10110111 0 110 0 1100100 11100 1000000 1100100 100100

Color Harmonies of #ACB700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB700

Black with #ACB700

Text Example


Text Example

White with #ACB700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB700; }

 p { color: rgb(172,183,0); }

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

background-color css

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

 a { background-color: rgb(172,183,0); }

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

border-color css

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

 span { border-color: rgb(172,183,0); }

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