Html Css Color HEX #B0D96E Conifer

📋 copy color: '#B0D96E'

red 176 ◦ green 217 ◦ blue 110

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

Shades of Conifer #B0D96E

Tints of Conifer #B0D96E

RGB

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

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

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

R = 34.99%
G = 43.14%
B = 21.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#B0D96E (or 0xB0D96E) is known color: Conifer. HEX triplet: B0, D9 and 6E. RGB value is (176,217,110). Sum of RGB (Red+Green+Blue) = 176+217+110=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D96E is #4F2691. Grayscale: #C0C0C0. Windows color (decimal): -5187218 or 7264688. OLE color: 7264688.

HSL color Cylindrical-coordinate representation of color #B0D96E: hue angle of 82.99º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0D96E is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 217 110 -
CMYK 0.19 0 0.49 0.15
HSL 82.99º 0.58% 0.64% -
HSV(B) 82.99º 0.49% 0.85% -
XYZ 45.53 59.98 23.93 -
YUV 192.54 81.42 116.2 -
System Red Green Blue C M Y K H S L
Decimal 176 217 110 0.19 0 0.49 0.15 82.99 0.58 0.64
Hex B0 D9 6E 13 0 31 F 53 3A 40
Octal 260 331 156 23 0 61 17 123 72 100
Binary 10110000 11011001 1101110 10011 0 110001 1111 1010011 111010 1000000

Color Harmonies of #B0D96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D96E

Black with #B0D96E

Text Example


Text Example

White with #B0D96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D96E; }

 p { color: rgb(176,217,110); }

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

background-color css

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

 a { background-color: rgb(176,217,110); }

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

border-color css

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

 span { border-color: rgb(176,217,110); }

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