Html Css Color HEX #B2D96F Conifer

📋 copy color: '#B2D96F'

red 178 ◦ green 217 ◦ blue 111

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

Shades of Conifer #B2D96F

Tints of Conifer #B2D96F

RGB

 RED value IS 178 (69.92% from 255) = 35.18%

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

 BLUE value IS 111 (43.75% from 255) = 21.94%

R = 35.18%
G = 42.89%
B = 21.94%

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

#B2D96F (or 0xB2D96F) is known color: Conifer. HEX triplet: B2, D9 and 6F. RGB value is (178,217,111). Sum of RGB (Red+Green+Blue) = 178+217+111=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D96F is #4D2690. Grayscale: #C1C1C1. Windows color (decimal): -5056145 or 7330226. OLE color: 7330226.

HSL color Cylindrical-coordinate representation of color #B2D96F: hue angle of 82.08º 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 #B2D96F is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 217 111 -
CMYK 0.18 0 0.49 0.15
HSL 82.08º 0.58% 0.64% -
HSV(B) 82.08º 0.49% 0.85% -
XYZ 46.04 60.24 24.24 -
YUV 193.26 81.58 117.12 -
System Red Green Blue C M Y K H S L
Decimal 178 217 111 0.18 0 0.49 0.15 82.08 0.58 0.64
Hex B2 D9 6F 12 0 31 F 52 3A 40
Octal 262 331 157 22 0 61 17 122 72 100
Binary 10110010 11011001 1101111 10010 0 110001 1111 1010010 111010 1000000

Color Harmonies of #B2D96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D96F

Black with #B2D96F

Text Example


Text Example

White with #B2D96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D96F; }

 p { color: rgb(178,217,111); }

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

background-color css

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

 a { background-color: rgb(178,217,111); }

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

border-color css

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

 span { border-color: rgb(178,217,111); }

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