Html Css Color HEX #B5D95E Conifer

📋 copy color: '#B5D95E'

red 181 ◦ green 217 ◦ blue 94

#B5D95E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #B5D95E

Tints of Conifer #B5D95E

RGB

 RED value IS 181 (71.09% from 255) = 36.79%

 GREEN value IS 217 (85.16% from 255) = 44.11%

 BLUE value IS 94 (37.11% from 255) = 19.11%

R = 36.79%
G = 44.11%
B = 19.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#B5D95E (or 0xB5D95E) is known color: Conifer. HEX triplet: B5, D9 and 5E. RGB value is (181,217,94). Sum of RGB (Red+Green+Blue) = 181+217+94=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D95E is #4A26A1. Grayscale: #C0C0C0. Windows color (decimal): -4859554 or 6216117. OLE color: 6216117.

HSL color Cylindrical-coordinate representation of color #B5D95E: hue angle of 77.56º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5D95E is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 217 94 -
CMYK 0.17 0 0.57 0.15
HSL 77.56º 0.62% 0.61% -
HSV(B) 77.56º 0.57% 0.85% -
XYZ 45.89 60.26 19.8 -
YUV 192.21 72.57 120 -
System Red Green Blue C M Y K H S L
Decimal 181 217 94 0.17 0 0.57 0.15 77.56 0.62 0.61
Hex B5 D9 5E 11 0 39 F 4E 3E 3D
Octal 265 331 136 21 0 71 17 116 76 75
Binary 10110101 11011001 1011110 10001 0 111001 1111 1001110 111110 111101

Color Harmonies of #B5D95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D95E

Black with #B5D95E

Text Example


Text Example

White with #B5D95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D95E; }

 p { color: rgb(181,217,94); }

 H1.HeaderClassName
 {
   color: #B5D95E;
 }
 .AnyTagClassName
 {
   color: #B5D95E;
 }
</style>

background-color css

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

 a { background-color: rgb(181,217,94); }

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

border-color css

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

 span { border-color: rgb(181,217,94); }

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