Html Css Color HEX #ACB308 Citrus

📋 copy color: '#ACB308'

red 172 ◦ green 179 ◦ blue 8

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

Shades of Citrus #ACB308

Tints of Citrus #ACB308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.86%

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

R = 47.91%
G = 49.86%
B = 2.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#ACB308 (or 0xACB308) is known color: Citrus. HEX triplet: AC, B3 and 08. RGB value is (172,179,8). Sum of RGB (Red+Green+Blue) = 172+179+8=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB308 is #534CF7. Grayscale: #9E9E9E. Windows color (decimal): -5459192 or 570284. OLE color: 570284.

HSL color Cylindrical-coordinate representation of color #ACB308: hue angle of 62.46º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACB308 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 8 -
CMYK 0.04 0 0.96 0.30
HSL 62.46º 0.91% 0.37% -
HSV(B) 62.46º 0.96% 0.7% -
XYZ 33.18 41.03 6.4 -
YUV 157.41 43.68 138.4 -
System Red Green Blue C M Y K H S L
Decimal 172 179 8 0.04 0 0.96 0.30 62.46 0.91 0.37
Hex AC B3 8 4 0 60 1E 3E 5B 25
Octal 254 263 10 4 0 140 36 76 133 45
Binary 10101100 10110011 1000 100 0 1100000 11110 111110 1011011 100101

Color Harmonies of #ACB308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB308

Black with #ACB308

Text Example


Text Example

White with #ACB308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB308; }

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

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

background-color css

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

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

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

border-color css

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

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

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