Html Css Color HEX #A8B116 Citrus

📋 copy color: '#A8B116'

red 168 ◦ green 177 ◦ blue 22

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

Shades of Citrus #A8B116

Tints of Citrus #A8B116

RGB

 RED value IS 168 (66.02% from 255) = 45.78%

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

 BLUE value IS 22 (8.98% from 255) = 5.99%

R = 45.78%
G = 48.23%
B = 5.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#A8B116 (or 0xA8B116) is known color: Citrus. HEX triplet: A8, B1 and 16. RGB value is (168,177,22). Sum of RGB (Red+Green+Blue) = 168+177+22=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B116 is #574EE9. Grayscale: #9D9D9D. Windows color (decimal): -5721834 or 1487272. OLE color: 1487272.

HSL color Cylindrical-coordinate representation of color #A8B116: hue angle of 63.48º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8B116 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 177 22 -
CMYK 0.05 0 0.88 0.31
HSL 63.48º 0.78% 0.39% -
HSV(B) 63.48º 0.88% 0.69% -
XYZ 32.02 39.83 6.76 -
YUV 156.64 52.02 136.1 -
System Red Green Blue C M Y K H S L
Decimal 168 177 22 0.05 0 0.88 0.31 63.48 0.78 0.39
Hex A8 B1 16 5 0 58 1F 3F 4E 27
Octal 250 261 26 5 0 130 37 77 116 47
Binary 10101000 10110001 10110 101 0 1011000 11111 111111 1001110 100111

Color Harmonies of #A8B116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B116

Black with #A8B116

Text Example


Text Example

White with #A8B116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B116; }

 p { color: rgb(168,177,22); }

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

background-color css

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

 a { background-color: rgb(168,177,22); }

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

border-color css

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

 span { border-color: rgb(168,177,22); }

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