Html Css Color HEX #B5D964 Conifer

📋 copy color: '#B5D964'

red 181 ◦ green 217 ◦ blue 100

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

Shades of Conifer #B5D964

Tints of Conifer #B5D964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.08%

R = 36.35%
G = 43.57%
B = 20.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#B5D964 (or 0xB5D964) is known color: Conifer. HEX triplet: B5, D9 and 64. RGB value is (181,217,100). Sum of RGB (Red+Green+Blue) = 181+217+100=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D964 is #4A269B. Grayscale: #C1C1C1. Windows color (decimal): -4859548 or 6609333. OLE color: 6609333.

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

Color convert

RGB 181 217 100 -
CMYK 0.17 0 0.54 0.15
HSL 78.46º 0.61% 0.62% -
HSV(B) 78.46º 0.54% 0.85% -
XYZ 46.17 60.37 21.28 -
YUV 192.9 75.57 119.51 -
System Red Green Blue C M Y K H S L
Decimal 181 217 100 0.17 0 0.54 0.15 78.46 0.61 0.62
Hex B5 D9 64 11 0 36 F 4E 3D 3E
Octal 265 331 144 21 0 66 17 116 75 76
Binary 10110101 11011001 1100100 10001 0 110110 1111 1001110 111101 111110

Color Harmonies of #B5D964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D964

Black with #B5D964

Text Example


Text Example

White with #B5D964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D964; }

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

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

background-color css

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

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

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

border-color css

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

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

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