Html Css Color HEX #A8B115 Citrus

📋 copy color: '#A8B115'

red 168 ◦ green 177 ◦ blue 21

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

Shades of Citrus #A8B115

Tints of Citrus #A8B115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.74%

R = 45.9%
G = 48.36%
B = 5.74%

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

#A8B115 (or 0xA8B115) is known color: Citrus. HEX triplet: A8, B1 and 15. RGB value is (168,177,21). Sum of RGB (Red+Green+Blue) = 168+177+21=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B115 is #574EEA. Grayscale: #9D9D9D. Windows color (decimal): -5721835 or 1421736. OLE color: 1421736.

HSL color Cylindrical-coordinate representation of color #A8B115: hue angle of 63.46º degrees, saturation: 0.79, 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 #A8B115 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 177 21 -
CMYK 0.05 0 0.88 0.31
HSL 63.46º 0.79% 0.39% -
HSV(B) 63.46º 0.88% 0.69% -
XYZ 32.01 39.82 6.71 -
YUV 156.53 51.52 136.18 -
System Red Green Blue C M Y K H S L
Decimal 168 177 21 0.05 0 0.88 0.31 63.46 0.79 0.39
Hex A8 B1 15 5 0 58 1F 3F 4F 27
Octal 250 261 25 5 0 130 37 77 117 47
Binary 10101000 10110001 10101 101 0 1011000 11111 111111 1001111 100111

Color Harmonies of #A8B115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B115

Black with #A8B115

Text Example


Text Example

White with #A8B115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B115; }

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

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

background-color css

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

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

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

border-color css

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

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

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