Html Css Color HEX #B2D956 Conifer

📋 copy color: '#B2D956'

red 178 ◦ green 217 ◦ blue 86

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

Shades of Conifer #B2D956

Tints of Conifer #B2D956

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.11%

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

R = 37.01%
G = 45.11%
B = 17.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#B2D956 (or 0xB2D956) is known color: Conifer. HEX triplet: B2, D9 and 56. RGB value is (178,217,86). Sum of RGB (Red+Green+Blue) = 178+217+86=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D956 is #4D26A9. Grayscale: #BEBEBE. Windows color (decimal): -5056170 or 5691826. OLE color: 5691826.

HSL color Cylindrical-coordinate representation of color #B2D956: hue angle of 77.86º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2D956 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 217 86 -
CMYK 0.18 0 0.60 0.15
HSL 77.86º 0.63% 0.59% -
HSV(B) 77.86º 0.6% 0.85% -
XYZ 44.85 59.76 17.98 -
YUV 190.41 69.08 119.15 -
System Red Green Blue C M Y K H S L
Decimal 178 217 86 0.18 0 0.60 0.15 77.86 0.63 0.59
Hex B2 D9 56 12 0 3C F 4E 3F 3B
Octal 262 331 126 22 0 74 17 116 77 73
Binary 10110010 11011001 1010110 10010 0 111100 1111 1001110 111111 111011

Color Harmonies of #B2D956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D956

Black with #B2D956

Text Example


Text Example

White with #B2D956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D956; }

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

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

background-color css

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

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

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

border-color css

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

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

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