Html Css Color HEX #ACB00A Citrus

📋 copy color: '#ACB00A'

red 172 ◦ green 176 ◦ blue 10

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

Shades of Citrus #ACB00A

Tints of Citrus #ACB00A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.16%

 BLUE value IS 10 (4.3% from 255) = 2.79%

R = 48.04%
G = 49.16%
B = 2.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#ACB00A (or 0xACB00A) is known color: Citrus. HEX triplet: AC, B0 and 0A. RGB value is (172,176,10). Sum of RGB (Red+Green+Blue) = 172+176+10=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 176 (69.14% from 255 or 49.16% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB00A is #534FF5. Grayscale: #9C9C9C. Windows color (decimal): -5459958 or 700588. OLE color: 700588.

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

Color convert

RGB 172 176 10 -
CMYK 0.02 0 0.94 0.31
HSL 61.45º 0.89% 0.36% -
HSV(B) 61.45º 0.94% 0.69% -
XYZ 32.59 39.84 6.26 -
YUV 155.88 45.67 139.5 -
System Red Green Blue C M Y K H S L
Decimal 172 176 10 0.02 0 0.94 0.31 61.45 0.89 0.36
Hex AC B0 A 2 0 5E 1F 3D 59 24
Octal 254 260 12 2 0 136 37 75 131 44
Binary 10101100 10110000 1010 10 0 1011110 11111 111101 1011001 100100

Color Harmonies of #ACB00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB00A

Black with #ACB00A

Text Example


Text Example

White with #ACB00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB00A; }

 p { color: rgb(172,176,10); }

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

background-color css

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

 a { background-color: rgb(172,176,10); }

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

border-color css

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

 span { border-color: rgb(172,176,10); }

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