Html Css Color HEX #ACB008 Citrus

📋 copy color: '#ACB008'

red 172 ◦ green 176 ◦ blue 8

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

Shades of Citrus #ACB008

Tints of Citrus #ACB008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 48.31%
G = 49.44%
B = 2.25%

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

#ACB008 (or 0xACB008) is known color: Citrus. HEX triplet: AC, B0 and 08. RGB value is (172,176,8). Sum of RGB (Red+Green+Blue) = 172+176+8=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB008 is #534FF7. Grayscale: #9C9C9C. Windows color (decimal): -5459960 or 569516. OLE color: 569516.

HSL color Cylindrical-coordinate representation of color #ACB008: hue angle of 61.43º degrees, saturation: 0.91, 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 #ACB008 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 8 -
CMYK 0.02 0 0.95 0.31
HSL 61.43º 0.91% 0.36% -
HSV(B) 61.43º 0.95% 0.69% -
XYZ 32.58 39.84 6.2 -
YUV 155.65 44.67 139.66 -
System Red Green Blue C M Y K H S L
Decimal 172 176 8 0.02 0 0.95 0.31 61.43 0.91 0.36
Hex AC B0 8 2 0 5F 1F 3D 5B 24
Octal 254 260 10 2 0 137 37 75 133 44
Binary 10101100 10110000 1000 10 0 1011111 11111 111101 1011011 100100

Color Harmonies of #ACB008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB008

Black with #ACB008

Text Example


Text Example

White with #ACB008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB008; }

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

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

background-color css

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

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

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

border-color css

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

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

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