Html Css Color HEX #B6DC6D Conifer

📋 copy color: '#B6DC6D'

red 182 ◦ green 220 ◦ blue 109

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

Shades of Conifer #B6DC6D

Tints of Conifer #B6DC6D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.05%

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

R = 35.62%
G = 43.05%
B = 21.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#B6DC6D (or 0xB6DC6D) is known color: Conifer. HEX triplet: B6, DC and 6D. RGB value is (182,220,109). Sum of RGB (Red+Green+Blue) = 182+220+109=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DC6D is #492392. Grayscale: #C4C4C4. Windows color (decimal): -4793235 or 7199926. OLE color: 7199926.

HSL color Cylindrical-coordinate representation of color #B6DC6D: hue angle of 80.54º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B6DC6D is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 220 109 -
CMYK 0.17 0 0.50 0.14
HSL 80.54º 0.61% 0.65% -
HSV(B) 80.54º 0.5% 0.86% -
XYZ 47.64 62.24 23.97 -
YUV 195.98 78.91 118.03 -
System Red Green Blue C M Y K H S L
Decimal 182 220 109 0.17 0 0.50 0.14 80.54 0.61 0.65
Hex B6 DC 6D 11 0 32 E 51 3D 41
Octal 266 334 155 21 0 62 16 121 75 101
Binary 10110110 11011100 1101101 10001 0 110010 1110 1010001 111101 1000001

Color Harmonies of #B6DC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DC6D

Black with #B6DC6D

Text Example


Text Example

White with #B6DC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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