Html Css Color HEX #B2D76E Conifer

📋 copy color: '#B2D76E'

red 178 ◦ green 215 ◦ blue 110

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

Shades of Conifer #B2D76E

Tints of Conifer #B2D76E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.74%

 BLUE value IS 110 (43.36% from 255) = 21.87%

R = 35.39%
G = 42.74%
B = 21.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#B2D76E (or 0xB2D76E) is known color: Conifer. HEX triplet: B2, D7 and 6E. RGB value is (178,215,110). Sum of RGB (Red+Green+Blue) = 178+215+110=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D76E is #4D2891. Grayscale: #C0C0C0. Windows color (decimal): -5056658 or 7264178. OLE color: 7264178.

HSL color Cylindrical-coordinate representation of color #B2D76E: hue angle of 81.14º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2D76E is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 215 110 -
CMYK 0.17 0 0.49 0.16
HSL 81.14º 0.57% 0.64% -
HSV(B) 81.14º 0.49% 0.84% -
XYZ 45.48 59.19 23.78 -
YUV 191.97 81.74 118.04 -
System Red Green Blue C M Y K H S L
Decimal 178 215 110 0.17 0 0.49 0.16 81.14 0.57 0.64
Hex B2 D7 6E 11 0 31 10 51 39 40
Octal 262 327 156 21 0 61 20 121 71 100
Binary 10110010 11010111 1101110 10001 0 110001 10000 1010001 111001 1000000

Color Harmonies of #B2D76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D76E

Black with #B2D76E

Text Example


Text Example

White with #B2D76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D76E; }

 p { color: rgb(178,215,110); }

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

background-color css

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

 a { background-color: rgb(178,215,110); }

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

border-color css

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

 span { border-color: rgb(178,215,110); }

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