Html Css Color HEX #ACB508 Citrus

📋 copy color: '#ACB508'

red 172 ◦ green 181 ◦ blue 8

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

Shades of Citrus #ACB508

Tints of Citrus #ACB508

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.14%

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

R = 47.65%
G = 50.14%
B = 2.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#ACB508 (or 0xACB508) is known color: Citrus. HEX triplet: AC, B5 and 08. RGB value is (172,181,8). Sum of RGB (Red+Green+Blue) = 172+181+8=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 181 (71.09% from 255 or 50.14% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB508 is #534AF7. Grayscale: #9F9F9F. Windows color (decimal): -5458680 or 570796. OLE color: 570796.

HSL color Cylindrical-coordinate representation of color #ACB508: hue angle of 63.12º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACB508 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 8 -
CMYK 0.05 0 0.96 0.29
HSL 63.12º 0.92% 0.37% -
HSV(B) 63.12º 0.96% 0.71% -
XYZ 33.58 41.84 6.53 -
YUV 158.59 43.02 137.57 -
System Red Green Blue C M Y K H S L
Decimal 172 181 8 0.05 0 0.96 0.29 63.12 0.92 0.37
Hex AC B5 8 5 0 60 1D 3F 5C 25
Octal 254 265 10 5 0 140 35 77 134 45
Binary 10101100 10110101 1000 101 0 1100000 11101 111111 1011100 100101

Color Harmonies of #ACB508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB508

Black with #ACB508

Text Example


Text Example

White with #ACB508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB508; }

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

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

background-color css

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

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

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

border-color css

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

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

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