Html Css Color HEX #ACB908 Citrus

📋 copy color: '#ACB908'

red 172 ◦ green 185 ◦ blue 8

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

Shades of Citrus #ACB908

Tints of Citrus #ACB908

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.68%

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

R = 47.12%
G = 50.68%
B = 2.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#ACB908 (or 0xACB908) is known color: Citrus. HEX triplet: AC, B9 and 08. RGB value is (172,185,8). Sum of RGB (Red+Green+Blue) = 172+185+8=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB908 is #5346F7. Grayscale: #A1A1A1. Windows color (decimal): -5457656 or 571820. OLE color: 571820.

HSL color Cylindrical-coordinate representation of color #ACB908: hue angle of 64.41º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACB908 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 8 -
CMYK 0.07 0 0.96 0.27
HSL 64.41º 0.92% 0.38% -
HSV(B) 64.41º 0.96% 0.73% -
XYZ 34.41 43.49 6.81 -
YUV 160.94 41.69 135.89 -
System Red Green Blue C M Y K H S L
Decimal 172 185 8 0.07 0 0.96 0.27 64.41 0.92 0.38
Hex AC B9 8 7 0 60 1B 40 5C 26
Octal 254 271 10 7 0 140 33 100 134 46
Binary 10101100 10111001 1000 111 0 1100000 11011 1000000 1011100 100110

Color Harmonies of #ACB908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB908

Black with #ACB908

Text Example


Text Example

White with #ACB908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB908; }

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

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

background-color css

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

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

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

border-color css

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

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

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