Html Css Color HEX #ACB803 Citrus

📋 copy color: '#ACB803'

red 172 ◦ green 184 ◦ blue 3

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

Shades of Citrus #ACB803

Tints of Citrus #ACB803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 47.91%
G = 51.25%
B = 0.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#ACB803 (or 0xACB803) is known color: Citrus. HEX triplet: AC, B8 and 03. RGB value is (172,184,3). Sum of RGB (Red+Green+Blue) = 172+184+3=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB803 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB803 is #5347FC. Grayscale: #A0A0A0. Windows color (decimal): -5457917 or 243884. OLE color: 243884.

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

Color convert

RGB 172 184 3 -
CMYK 0.07 0 0.98 0.28
HSL 63.98º 0.97% 0.37% -
HSV(B) 63.98º 0.98% 0.72% -
XYZ 34.17 43.06 6.6 -
YUV 159.78 39.52 136.72 -
System Red Green Blue C M Y K H S L
Decimal 172 184 3 0.07 0 0.98 0.28 63.98 0.97 0.37
Hex AC B8 3 7 0 62 1C 40 61 25
Octal 254 270 3 7 0 142 34 100 141 45
Binary 10101100 10111000 11 111 0 1100010 11100 1000000 1100001 100101

Color Harmonies of #ACB803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB803

Black with #ACB803

Text Example


Text Example

White with #ACB803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB803; }

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

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

background-color css

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

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

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

border-color css

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

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

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