#95B600

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

Shades of Citrus #95B600

Tints of Citrus #95B600

Color information

#95B600 (or 0x95B600) is unknown color: approx Citrus. HEX triplet: 95, B6 and 00. RGB value is (149,182,0). Sum of RGB (Red+Green+Blue) = 149+182+0=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 182 (71.48% from 255 or 54.98% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 182 - color contains mainly: green. Hex color #95B600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95B600 is #6A49FF. Grayscale: #989898. Windows color (decimal): -6965760 or 46741. OLE color: 46741.

HSL color Cylindrical-coordinate representation of color #95B600: hue angle of 70.88º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95B600 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB1491820-
CMYK0.18010.29
HSL70.88º100%35.69%-
HSV(B)70.88º100%71.37%-
XYZ29.1239.856.16-
YUV151.3842.57126.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 182 (71.48% from 255) = 54.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.02%
G=54.98%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14918200.18010.2970.8810035.69
Hex95B60120641D476424
Octal22526602201443510714444
Binary1001010110110110010010011001001110110001111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,182,0); }

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

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

 a { background-color: rgb(149,182,0); }

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

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

 span { border-color: rgb(149,182,0); }

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