Html Css Color HEX #ACB009 Citrus

📋 copy color: '#ACB009'

red 172 ◦ green 176 ◦ blue 9

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

Shades of Citrus #ACB009

Tints of Citrus #ACB009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.52%

R = 48.18%
G = 49.3%
B = 2.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#ACB009 (or 0xACB009) is known color: Citrus. HEX triplet: AC, B0 and 09. RGB value is (172,176,9). Sum of RGB (Red+Green+Blue) = 172+176+9=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB009 is #534FF6. Grayscale: #9C9C9C. Windows color (decimal): -5459959 or 635052. OLE color: 635052.

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

Color convert

RGB 172 176 9 -
CMYK 0.02 0 0.95 0.31
HSL 61.44º 0.9% 0.36% -
HSV(B) 61.44º 0.95% 0.69% -
XYZ 32.59 39.84 6.23 -
YUV 155.77 45.17 139.58 -
System Red Green Blue C M Y K H S L
Decimal 172 176 9 0.02 0 0.95 0.31 61.44 0.9 0.36
Hex AC B0 9 2 0 5F 1F 3D 5A 24
Octal 254 260 11 2 0 137 37 75 132 44
Binary 10101100 10110000 1001 10 0 1011111 11111 111101 1011010 100100

Color Harmonies of #ACB009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB009

Black with #ACB009

Text Example


Text Example

White with #ACB009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB009; }

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

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

background-color css

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

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

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

border-color css

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

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

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