Html Css Color HEX #B0D849 Conifer

📋 copy color: '#B0D849'

red 176 ◦ green 216 ◦ blue 73

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

Shades of Conifer #B0D849

Tints of Conifer #B0D849

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.45%

 BLUE value IS 73 (28.91% from 255) = 15.7%

R = 37.85%
G = 46.45%
B = 15.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#B0D849 (or 0xB0D849) is known color: Conifer. HEX triplet: B0, D8 and 49. RGB value is (176,216,73). Sum of RGB (Red+Green+Blue) = 176+216+73=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D849 is #4F27B6. Grayscale: #BCBCBC. Windows color (decimal): -5187511 or 4839600. OLE color: 4839600.

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

Color convert

RGB 176 216 73 -
CMYK 0.19 0 0.66 0.15
HSL 76.78º 0.65% 0.57% -
HSV(B) 76.78º 0.66% 0.85% -
XYZ 43.66 58.82 15.36 -
YUV 187.74 63.25 119.63 -
System Red Green Blue C M Y K H S L
Decimal 176 216 73 0.19 0 0.66 0.15 76.78 0.65 0.57
Hex B0 D8 49 13 0 42 F 4D 41 39
Octal 260 330 111 23 0 102 17 115 101 71
Binary 10110000 11011000 1001001 10011 0 1000010 1111 1001101 1000001 111001

Color Harmonies of #B0D849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D849

Black with #B0D849

Text Example


Text Example

White with #B0D849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D849; }

 p { color: rgb(176,216,73); }

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

background-color css

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

 a { background-color: rgb(176,216,73); }

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

border-color css

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

 span { border-color: rgb(176,216,73); }

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