#95B20E

Color #95B20E Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #95B20E

Tints of Citrus #95B20E

Color information

#95B20E (or 0x95B20E) is unknown color: approx Citrus. HEX triplet: 95, B2 and 0E. RGB value is (149,178,14). Sum of RGB (Red+Green+Blue) = 149+178+14=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #95B20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95B20E is #6A4DF1. Grayscale: #979797. Windows color (decimal): -6966770 or 963221. OLE color: 963221.

HSL color Cylindrical-coordinate representation of color #95B20E: hue angle of 70.61º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95B20E is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB14917814-
CMYK0.1600.920.30
HSL70.61º85.42%37.65%-
HSV(B)70.61º92.13%69.8%-
XYZ28.3938.266.3-
YUV150.6350.89126.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 178 (69.92% from 255) = 52.20%
BLUE value IS 14 (5.86% from 255) = 4.11%
R=43.70%
G=52.20%
B=4.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal149178140.1600.920.3070.6185.4237.65
Hex95B2E1005C1E475526
Octal225262162001343610712546
Binary1001010110110010111010000010111001111010001111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95B20E; }

 p { color: rgb(149,178,14); }

 H1.HeaderClassName
 {
   color: #95B20E;
 }
 .AnyTagClassName
 {
   color: #95B20E;
 }
</style>
background-color css

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

 a { background-color: rgb(149,178,14); }

 div.DivClassName
 {
   background-color: #95B20E;
 }
 .BgClassName
 {
   background-color: #95B20E;
 }
</style>
border-color css

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

 span { border-color: rgb(149,178,14); }

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