#95B101

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

Shades of Citrus #95B101

Tints of Citrus #95B101

Color information

#95B101 (or 0x95B101) is unknown color: approx Citrus. HEX triplet: 95, B1 and 01. RGB value is (149,177,1). Sum of RGB (Red+Green+Blue) = 149+177+1=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 177 (69.53% from 255 or 54.13% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 177 - color contains mainly: green. Hex color #95B101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95B101 is #6A4EFE. Grayscale: #959595. Windows color (decimal): -6967039 or 110997. OLE color: 110997.

HSL color Cylindrical-coordinate representation of color #95B101: hue angle of 69.55º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95B101 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB1491771-
CMYK0.1600.990.31
HSL69.55º98.88%34.9%-
HSV(B)69.55º99.44%69.41%-
XYZ28.1237.845.85-
YUV148.5644.72128.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 177 (69.53% from 255) = 54.13%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=45.57%
G=54.13%
B=0.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14917710.1600.990.3169.5598.8834.9
Hex95B11100631F466323
Octal22526112001433710614343
Binary1001010110110001110000011000111111110001101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,177,1); }

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

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

 a { background-color: rgb(149,177,1); }

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

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

 span { border-color: rgb(149,177,1); }

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