Html Css Color HEX #B2D96D Conifer

📋 copy color: '#B2D96D'

red 178 ◦ green 217 ◦ blue 109

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

Shades of Conifer #B2D96D

Tints of Conifer #B2D96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.63%

R = 35.32%
G = 43.06%
B = 21.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#B2D96D (or 0xB2D96D) is known color: Conifer. HEX triplet: B2, D9 and 6D. RGB value is (178,217,109). Sum of RGB (Red+Green+Blue) = 178+217+109=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D96D is #4D2692. Grayscale: #C1C1C1. Windows color (decimal): -5056147 or 7199154. OLE color: 7199154.

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

Color convert

RGB 178 217 109 -
CMYK 0.18 0 0.50 0.15
HSL 81.67º 0.59% 0.64% -
HSV(B) 81.67º 0.5% 0.85% -
XYZ 45.93 60.19 23.67 -
YUV 193.03 80.58 117.28 -
System Red Green Blue C M Y K H S L
Decimal 178 217 109 0.18 0 0.50 0.15 81.67 0.59 0.64
Hex B2 D9 6D 12 0 32 F 52 3B 40
Octal 262 331 155 22 0 62 17 122 73 100
Binary 10110010 11011001 1101101 10010 0 110010 1111 1010010 111011 1000000

Color Harmonies of #B2D96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D96D

Black with #B2D96D

Text Example


Text Example

White with #B2D96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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