Html Css Color HEX #B2D76C Conifer

📋 copy color: '#B2D76C'

red 178 ◦ green 215 ◦ blue 108

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

Shades of Conifer #B2D76C

Tints of Conifer #B2D76C

RGB

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

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

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

R = 35.53%
G = 42.91%
B = 21.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#B2D76C (or 0xB2D76C) is known color: Conifer. HEX triplet: B2, D7 and 6C. RGB value is (178,215,108). Sum of RGB (Red+Green+Blue) = 178+215+108=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D76C is #4D2893. Grayscale: #C0C0C0. Windows color (decimal): -5056660 or 7133106. OLE color: 7133106.

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

Color convert

RGB 178 215 108 -
CMYK 0.17 0 0.50 0.16
HSL 80.75º 0.57% 0.63% -
HSV(B) 80.75º 0.5% 0.84% -
XYZ 45.37 59.15 23.21 -
YUV 191.74 80.74 118.2 -
System Red Green Blue C M Y K H S L
Decimal 178 215 108 0.17 0 0.50 0.16 80.75 0.57 0.63
Hex B2 D7 6C 11 0 32 10 51 39 3F
Octal 262 327 154 21 0 62 20 121 71 77
Binary 10110010 11010111 1101100 10001 0 110010 10000 1010001 111001 111111

Color Harmonies of #B2D76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D76C

Black with #B2D76C

Text Example


Text Example

White with #B2D76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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