Html Css Color HEX #B0D76C Conifer

📋 copy color: '#B0D76C'

red 176 ◦ green 215 ◦ blue 108

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

Shades of Conifer #B0D76C

Tints of Conifer #B0D76C

RGB

 RED value IS 176 (69.14% from 255) = 35.27%

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

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

R = 35.27%
G = 43.09%
B = 21.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#B0D76C (or 0xB0D76C) is known color: Conifer. HEX triplet: B0, D7 and 6C. RGB value is (176,215,108). Sum of RGB (Red+Green+Blue) = 176+215+108=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D76C is #4F2893. Grayscale: #BFBFBF. Windows color (decimal): -5187732 or 7133104. OLE color: 7133104.

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

Color convert

RGB 176 215 108 -
CMYK 0.18 0 0.50 0.16
HSL 81.87º 0.57% 0.63% -
HSV(B) 81.87º 0.5% 0.84% -
XYZ 44.91 58.91 23.19 -
YUV 191.14 81.08 117.2 -
System Red Green Blue C M Y K H S L
Decimal 176 215 108 0.18 0 0.50 0.16 81.87 0.57 0.63
Hex B0 D7 6C 12 0 32 10 52 39 3F
Octal 260 327 154 22 0 62 20 122 71 77
Binary 10110000 11010111 1101100 10010 0 110010 10000 1010010 111001 111111

Color Harmonies of #B0D76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D76C

Black with #B0D76C

Text Example


Text Example

White with #B0D76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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