Html Css Color HEX #B2D156 Conifer

📋 copy color: '#B2D156'

red 178 ◦ green 209 ◦ blue 86

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

Shades of Conifer #B2D156

Tints of Conifer #B2D156

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.19%

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

R = 37.63%
G = 44.19%
B = 18.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#B2D156 (or 0xB2D156) is known color: Conifer. HEX triplet: B2, D1 and 56. RGB value is (178,209,86). Sum of RGB (Red+Green+Blue) = 178+209+86=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D156 is #4D2EA9. Grayscale: #BABABA. Windows color (decimal): -5058218 or 5689778. OLE color: 5689778.

HSL color Cylindrical-coordinate representation of color #B2D156: hue angle of 75.12º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2D156 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 209 86 -
CMYK 0.15 0 0.59 0.18
HSL 75.12º 0.57% 0.58% -
HSV(B) 75.12º 0.59% 0.82% -
XYZ 42.84 55.74 17.3 -
YUV 185.71 71.73 122.5 -
System Red Green Blue C M Y K H S L
Decimal 178 209 86 0.15 0 0.59 0.18 75.12 0.57 0.58
Hex B2 D1 56 F 0 3B 12 4B 39 3A
Octal 262 321 126 17 0 73 22 113 71 72
Binary 10110010 11010001 1010110 1111 0 111011 10010 1001011 111001 111010

Color Harmonies of #B2D156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D156

Black with #B2D156

Text Example


Text Example

White with #B2D156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D156; }

 p { color: rgb(178,209,86); }

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

background-color css

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

 a { background-color: rgb(178,209,86); }

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

border-color css

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

 span { border-color: rgb(178,209,86); }

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