Html Css Color HEX #ACB10F Citrus

📋 copy color: '#ACB10F'

red 172 ◦ green 177 ◦ blue 15

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

Shades of Citrus #ACB10F

Tints of Citrus #ACB10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.12%

R = 47.25%
G = 48.63%
B = 4.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#ACB10F (or 0xACB10F) is known color: Citrus. HEX triplet: AC, B1 and 0F. RGB value is (172,177,15). Sum of RGB (Red+Green+Blue) = 172+177+15=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB10F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB10F is #534EF0. Grayscale: #9D9D9D. Windows color (decimal): -5459697 or 1028524. OLE color: 1028524.

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

Color convert

RGB 172 177 15 -
CMYK 0.03 0 0.92 0.31
HSL 61.85º 0.84% 0.38% -
HSV(B) 61.85º 0.92% 0.69% -
XYZ 32.82 40.25 6.49 -
YUV 157.04 47.84 138.67 -
System Red Green Blue C M Y K H S L
Decimal 172 177 15 0.03 0 0.92 0.31 61.85 0.84 0.38
Hex AC B1 F 3 0 5C 1F 3E 54 26
Octal 254 261 17 3 0 134 37 76 124 46
Binary 10101100 10110001 1111 11 0 1011100 11111 111110 1010100 100110

Color Harmonies of #ACB10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB10F

Black with #ACB10F

Text Example


Text Example

White with #ACB10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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