Html Css Color HEX #ACB40B Citrus

📋 copy color: '#ACB40B'

red 172 ◦ green 180 ◦ blue 11

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

Shades of Citrus #ACB40B

Tints of Citrus #ACB40B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.59%

 BLUE value IS 11 (4.69% from 255) = 3.03%

R = 47.38%
G = 49.59%
B = 3.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#ACB40B (or 0xACB40B) is known color: Citrus. HEX triplet: AC, B4 and 0B. RGB value is (172,180,11). Sum of RGB (Red+Green+Blue) = 172+180+11=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB40B is #534BF4. Grayscale: #9F9F9F. Windows color (decimal): -5458933 or 767148. OLE color: 767148.

HSL color Cylindrical-coordinate representation of color #ACB40B: hue angle of 62.84º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACB40B is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 11 -
CMYK 0.04 0 0.94 0.29
HSL 62.84º 0.88% 0.37% -
HSV(B) 62.84º 0.94% 0.71% -
XYZ 33.39 41.44 6.55 -
YUV 158.34 44.85 137.74 -
System Red Green Blue C M Y K H S L
Decimal 172 180 11 0.04 0 0.94 0.29 62.84 0.88 0.37
Hex AC B4 B 4 0 5E 1D 3F 58 25
Octal 254 264 13 4 0 136 35 77 130 45
Binary 10101100 10110100 1011 100 0 1011110 11101 111111 1011000 100101

Color Harmonies of #ACB40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB40B

Black with #ACB40B

Text Example


Text Example

White with #ACB40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB40B; }

 p { color: rgb(172,180,11); }

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

background-color css

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

 a { background-color: rgb(172,180,11); }

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

border-color css

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

 span { border-color: rgb(172,180,11); }

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