#95B213

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

Shades of Citrus #95B213

Tints of Citrus #95B213

Color information

#95B213 (or 0x95B213) is unknown color: approx Citrus. HEX triplet: 95, B2 and 13. RGB value is (149,178,19). Sum of RGB (Red+Green+Blue) = 149+178+19=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #95B213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95B213 is #6A4DEC. Grayscale: #979797. Windows color (decimal): -6966765 or 1290901. OLE color: 1290901.

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

Color convert

RGB14917819-
CMYK0.1600.890.30
HSL70.94º80.71%38.63%-
HSV(B)70.94º89.33%69.8%-
XYZ28.4338.286.51-
YUV151.253.39126.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 178 (69.92% from 255) = 51.45%
BLUE value IS 19 (7.81% from 255) = 5.49%
R=43.06%
G=51.45%
B=5.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal149178190.1600.890.3070.9480.7138.63
Hex95B213100591E475127
Octal225262232001313610712147
Binary10010101101100101001110000010110011111010001111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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