Html Css Color HEX #ACB802 Citrus

📋 copy color: '#ACB802'

red 172 ◦ green 184 ◦ blue 2

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

Shades of Citrus #ACB802

Tints of Citrus #ACB802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 48.04%
G = 51.4%
B = 0.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#ACB802 (or 0xACB802) is known color: Citrus. HEX triplet: AC, B8 and 02. RGB value is (172,184,2). Sum of RGB (Red+Green+Blue) = 172+184+2=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 184 (72.27% from 255 or 51.40% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB802 is #5347FD. Grayscale: #A0A0A0. Windows color (decimal): -5457918 or 178348. OLE color: 178348.

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

Color convert

RGB 172 184 2 -
CMYK 0.07 0 0.99 0.28
HSL 63.96º 0.98% 0.36% -
HSV(B) 63.96º 0.99% 0.72% -
XYZ 34.16 43.06 6.57 -
YUV 159.66 39.02 136.8 -
System Red Green Blue C M Y K H S L
Decimal 172 184 2 0.07 0 0.99 0.28 63.96 0.98 0.36
Hex AC B8 2 7 0 63 1C 40 62 24
Octal 254 270 2 7 0 143 34 100 142 44
Binary 10101100 10111000 10 111 0 1100011 11100 1000000 1100010 100100

Color Harmonies of #ACB802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB802

Black with #ACB802

Text Example


Text Example

White with #ACB802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB802; }

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

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

background-color css

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

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

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

border-color css

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

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

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