Html Css Color HEX #ACB10B Citrus

📋 copy color: '#ACB10B'

red 172 ◦ green 177 ◦ blue 11

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

Shades of Citrus #ACB10B

Tints of Citrus #ACB10B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.17%

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

R = 47.78%
G = 49.17%
B = 3.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#ACB10B (or 0xACB10B) is known color: Citrus. HEX triplet: AC, B1 and 0B. RGB value is (172,177,11). Sum of RGB (Red+Green+Blue) = 172+177+11=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB10B is #534EF4. Grayscale: #9D9D9D. Windows color (decimal): -5459701 or 766380. OLE color: 766380.

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

Color convert

RGB 172 177 11 -
CMYK 0.03 0 0.94 0.31
HSL 61.81º 0.88% 0.37% -
HSV(B) 61.81º 0.94% 0.69% -
XYZ 32.8 40.24 6.36 -
YUV 156.58 45.84 139 -
System Red Green Blue C M Y K H S L
Decimal 172 177 11 0.03 0 0.94 0.31 61.81 0.88 0.37
Hex AC B1 B 3 0 5E 1F 3E 58 25
Octal 254 261 13 3 0 136 37 76 130 45
Binary 10101100 10110001 1011 11 0 1011110 11111 111110 1011000 100101

Color Harmonies of #ACB10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB10B

Black with #ACB10B

Text Example


Text Example

White with #ACB10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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