#B5E95C

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

Shades of Conifer #B5E95C

Tints of Conifer #B5E95C

Color information

#B5E95C (or 0xB5E95C) is unknown color: approx Conifer. HEX triplet: B5, E9 and 5C. RGB value is (181,233,92). Sum of RGB (Red+Green+Blue) = 181+233+92=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5E95C is #4A16A3. Grayscale: #C9C9C9. Windows color (decimal): -4855460 or 6089141. OLE color: 6089141.

HSL color Cylindrical-coordinate representation of color #B5E95C: hue angle of 82.13º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5E95C is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB18123392-
CMYK0.2200.610.09
HSL82.13º76.22%63.73%-
HSV(B)82.13º60.52%91.37%-
XYZ50.1368.8720.78-
YUV201.3866.27113.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.77%
GREEN value IS 233 (91.41% from 255) = 46.05%
BLUE value IS 92 (36.33% from 255) = 18.18%
R=35.77%
G=46.05%
B=18.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal181233920.2200.610.0982.1376.2263.73
HexB5E95C1603D9524c40
Octal2653511342607511122114100
Binary101101011110100110111001011001111011001101001010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E95C; }

 p { color: rgb(181,233,92); }

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

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

 a { background-color: rgb(181,233,92); }

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

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

 span { border-color: rgb(181,233,92); }

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