Html Css Color HEX #B2D86C Conifer

📋 copy color: '#B2D86C'

red 178 ◦ green 216 ◦ blue 108

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

Shades of Conifer #B2D86C

Tints of Conifer #B2D86C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.03%

 BLUE value IS 108 (42.58% from 255) = 21.51%

R = 35.46%
G = 43.03%
B = 21.51%

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

#B2D86C (or 0xB2D86C) is known color: Conifer. HEX triplet: B2, D8 and 6C. RGB value is (178,216,108). Sum of RGB (Red+Green+Blue) = 178+216+108=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D86C is #4D2793. Grayscale: #C0C0C0. Windows color (decimal): -5056404 or 7133362. OLE color: 7133362.

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

Color convert

RGB 178 216 108 -
CMYK 0.18 0 0.50 0.15
HSL 81.11º 0.58% 0.64% -
HSV(B) 81.11º 0.5% 0.85% -
XYZ 45.62 59.66 23.3 -
YUV 192.33 80.41 117.78 -
System Red Green Blue C M Y K H S L
Decimal 178 216 108 0.18 0 0.50 0.15 81.11 0.58 0.64
Hex B2 D8 6C 12 0 32 F 51 3A 40
Octal 262 330 154 22 0 62 17 121 72 100
Binary 10110010 11011000 1101100 10010 0 110010 1111 1010001 111010 1000000

Color Harmonies of #B2D86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D86C

Black with #B2D86C

Text Example


Text Example

White with #B2D86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D86C; }

 p { color: rgb(178,216,108); }

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

background-color css

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

 a { background-color: rgb(178,216,108); }

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

border-color css

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

 span { border-color: rgb(178,216,108); }

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