Html Css Color HEX #B6DD6D Conifer

📋 copy color: '#B6DD6D'

red 182 ◦ green 221 ◦ blue 109

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

Shades of Conifer #B6DD6D

Tints of Conifer #B6DD6D

RGB

 RED value IS 182 (71.48% from 255) = 35.55%

 GREEN value IS 221 (86.72% from 255) = 43.16%

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

R = 35.55%
G = 43.16%
B = 21.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#B6DD6D (or 0xB6DD6D) is known color: Conifer. HEX triplet: B6, DD and 6D. RGB value is (182,221,109). Sum of RGB (Red+Green+Blue) = 182+221+109=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DD6D is #492292. Grayscale: #C4C4C4. Windows color (decimal): -4792979 or 7200182. OLE color: 7200182.

HSL color Cylindrical-coordinate representation of color #B6DD6D: hue angle of 80.89º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6DD6D is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 221 109 -
CMYK 0.18 0 0.51 0.13
HSL 80.89º 0.62% 0.65% -
HSV(B) 80.89º 0.51% 0.87% -
XYZ 47.91 62.76 24.06 -
YUV 196.57 78.58 117.61 -
System Red Green Blue C M Y K H S L
Decimal 182 221 109 0.18 0 0.51 0.13 80.89 0.62 0.65
Hex B6 DD 6D 12 0 33 D 51 3E 41
Octal 266 335 155 22 0 63 15 121 76 101
Binary 10110110 11011101 1101101 10010 0 110011 1101 1010001 111110 1000001

Color Harmonies of #B6DD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DD6D

Black with #B6DD6D

Text Example


Text Example

White with #B6DD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DD6D; }

 p { color: rgb(182,221,109); }

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

background-color css

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

 a { background-color: rgb(182,221,109); }

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

border-color css

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

 span { border-color: rgb(182,221,109); }

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