Html Css Color HEX #ACB108 Citrus

📋 copy color: '#ACB108'

red 172 ◦ green 177 ◦ blue 8

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

Shades of Citrus #ACB108

Tints of Citrus #ACB108

RGB

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

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

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

R = 48.18%
G = 49.58%
B = 2.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#ACB108 (or 0xACB108) is known color: Citrus. HEX triplet: AC, B1 and 08. RGB value is (172,177,8). Sum of RGB (Red+Green+Blue) = 172+177+8=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB108 is #534EF7. Grayscale: #9C9C9C. Windows color (decimal): -5459704 or 569772. OLE color: 569772.

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

Color convert

RGB 172 177 8 -
CMYK 0.03 0 0.95 0.31
HSL 61.78º 0.91% 0.36% -
HSV(B) 61.78º 0.95% 0.69% -
XYZ 32.78 40.23 6.27 -
YUV 156.24 44.34 139.24 -
System Red Green Blue C M Y K H S L
Decimal 172 177 8 0.03 0 0.95 0.31 61.78 0.91 0.36
Hex AC B1 8 3 0 5F 1F 3E 5B 24
Octal 254 261 10 3 0 137 37 76 133 44
Binary 10101100 10110001 1000 11 0 1011111 11111 111110 1011011 100100

Color Harmonies of #ACB108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB108

Black with #ACB108

Text Example


Text Example

White with #ACB108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB108; }

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

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

background-color css

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

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

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

border-color css

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

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

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