Html Css Color HEX #B1D96E Conifer

📋 copy color: '#B1D96E'

red 177 ◦ green 217 ◦ blue 110

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

Shades of Conifer #B1D96E

Tints of Conifer #B1D96E

RGB

 RED value IS 177 (69.53% from 255) = 35.12%

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

 BLUE value IS 110 (43.36% from 255) = 21.83%

R = 35.12%
G = 43.06%
B = 21.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#B1D96E (or 0xB1D96E) is known color: Conifer. HEX triplet: B1, D9 and 6E. RGB value is (177,217,110). Sum of RGB (Red+Green+Blue) = 177+217+110=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D96E is #4E2691. Grayscale: #C1C1C1. Windows color (decimal): -5121682 or 7264689. OLE color: 7264689.

HSL color Cylindrical-coordinate representation of color #B1D96E: hue angle of 82.43º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1D96E is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 217 110 -
CMYK 0.18 0 0.49 0.15
HSL 82.43º 0.58% 0.64% -
HSV(B) 82.43º 0.49% 0.85% -
XYZ 45.76 60.1 23.94 -
YUV 192.84 81.25 116.7 -
System Red Green Blue C M Y K H S L
Decimal 177 217 110 0.18 0 0.49 0.15 82.43 0.58 0.64
Hex B1 D9 6E 12 0 31 F 52 3A 40
Octal 261 331 156 22 0 61 17 122 72 100
Binary 10110001 11011001 1101110 10010 0 110001 1111 1010010 111010 1000000

Color Harmonies of #B1D96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D96E

Black with #B1D96E

Text Example


Text Example

White with #B1D96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D96E; }

 p { color: rgb(177,217,110); }

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

background-color css

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

 a { background-color: rgb(177,217,110); }

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

border-color css

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

 span { border-color: rgb(177,217,110); }

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