Html Css Color HEX #B0D845 Conifer

📋 copy color: '#B0D845'

red 176 ◦ green 216 ◦ blue 69

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

Shades of Conifer #B0D845

Tints of Conifer #B0D845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.97%

R = 38.18%
G = 46.85%
B = 14.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#B0D845 (or 0xB0D845) is known color: Conifer. HEX triplet: B0, D8 and 45. RGB value is (176,216,69). Sum of RGB (Red+Green+Blue) = 176+216+69=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D845 is #4F27BA. Grayscale: #BBBBBB. Windows color (decimal): -5187515 or 4577456. OLE color: 4577456.

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

Color convert

RGB 176 216 69 -
CMYK 0.19 0 0.68 0.15
HSL 76.33º 0.65% 0.56% -
HSV(B) 76.33º 0.68% 0.85% -
XYZ 43.53 58.77 14.68 -
YUV 187.28 61.25 119.95 -
System Red Green Blue C M Y K H S L
Decimal 176 216 69 0.19 0 0.68 0.15 76.33 0.65 0.56
Hex B0 D8 45 13 0 44 F 4C 41 38
Octal 260 330 105 23 0 104 17 114 101 70
Binary 10110000 11011000 1000101 10011 0 1000100 1111 1001100 1000001 111000

Color Harmonies of #B0D845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D845

Black with #B0D845

Text Example


Text Example

White with #B0D845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D845; }

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

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

background-color css

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

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

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

border-color css

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

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

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