Html Css Color HEX #B0D950 Conifer

📋 copy color: '#B0D950'

red 176 ◦ green 217 ◦ blue 80

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

Shades of Conifer #B0D950

Tints of Conifer #B0D950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.91%

R = 37.21%
G = 45.88%
B = 16.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#B0D950 (or 0xB0D950) is known color: Conifer. HEX triplet: B0, D9 and 50. RGB value is (176,217,80). Sum of RGB (Red+Green+Blue) = 176+217+80=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D950 is #4F26AF. Grayscale: #BDBDBD. Windows color (decimal): -5187248 or 5298608. OLE color: 5298608.

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

Color convert

RGB 176 217 80 -
CMYK 0.19 0 0.63 0.15
HSL 77.96º 0.64% 0.58% -
HSV(B) 77.96º 0.63% 0.85% -
XYZ 44.17 59.44 16.73 -
YUV 189.12 66.42 118.64 -
System Red Green Blue C M Y K H S L
Decimal 176 217 80 0.19 0 0.63 0.15 77.96 0.64 0.58
Hex B0 D9 50 13 0 3F F 4E 40 3A
Octal 260 331 120 23 0 77 17 116 100 72
Binary 10110000 11011001 1010000 10011 0 111111 1111 1001110 1000000 111010

Color Harmonies of #B0D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D950

Black with #B0D950

Text Example


Text Example

White with #B0D950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D950; }

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

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

background-color css

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

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

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

border-color css

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

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

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