Html Css Color HEX #B6D356 Conifer

📋 copy color: '#B6D356'

red 182 ◦ green 211 ◦ blue 86

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

Shades of Conifer #B6D356

Tints of Conifer #B6D356

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.05%

 BLUE value IS 86 (33.98% from 255) = 17.95%

R = 38%
G = 44.05%
B = 17.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#B6D356 (or 0xB6D356) is known color: Conifer. HEX triplet: B6, D3 and 56. RGB value is (182,211,86). Sum of RGB (Red+Green+Blue) = 182+211+86=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D356 is #492CA9. Grayscale: #BCBCBC. Windows color (decimal): -4795562 or 5690294. OLE color: 5690294.

HSL color Cylindrical-coordinate representation of color #B6D356: hue angle of 73.92º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6D356 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 211 86 -
CMYK 0.14 0 0.59 0.17
HSL 73.92º 0.59% 0.58% -
HSV(B) 73.92º 0.59% 0.83% -
XYZ 44.27 57.21 17.51 -
YUV 188.08 70.39 123.66 -
System Red Green Blue C M Y K H S L
Decimal 182 211 86 0.14 0 0.59 0.17 73.92 0.59 0.58
Hex B6 D3 56 E 0 3B 11 4A 3B 3A
Octal 266 323 126 16 0 73 21 112 73 72
Binary 10110110 11010011 1010110 1110 0 111011 10001 1001010 111011 111010

Color Harmonies of #B6D356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D356

Black with #B6D356

Text Example


Text Example

White with #B6D356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D356; }

 p { color: rgb(182,211,86); }

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

background-color css

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

 a { background-color: rgb(182,211,86); }

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

border-color css

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

 span { border-color: rgb(182,211,86); }

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