Html Css Color HEX #B5D149 Conifer

📋 copy color: '#B5D149'

red 181 ◦ green 209 ◦ blue 73

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

Shades of Conifer #B5D149

Tints of Conifer #B5D149

RGB

 RED value IS 181 (71.09% from 255) = 39.09%

 GREEN value IS 209 (82.03% from 255) = 45.14%

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

R = 39.09%
G = 45.14%
B = 15.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#B5D149 (or 0xB5D149) is known color: Conifer. HEX triplet: B5, D1 and 49. RGB value is (181,209,73). Sum of RGB (Red+Green+Blue) = 181+209+73=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D149 is #4A2EB6. Grayscale: #B9B9B9. Windows color (decimal): -4861623 or 4837813. OLE color: 4837813.

HSL color Cylindrical-coordinate representation of color #B5D149: hue angle of 72.35º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5D149 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 209 73 -
CMYK 0.13 0 0.65 0.18
HSL 72.35º 0.6% 0.55% -
HSV(B) 72.35º 0.65% 0.82% -
XYZ 43.06 55.91 14.82 -
YUV 185.12 64.72 125.06 -
System Red Green Blue C M Y K H S L
Decimal 181 209 73 0.13 0 0.65 0.18 72.35 0.6 0.55
Hex B5 D1 49 D 0 41 12 48 3C 37
Octal 265 321 111 15 0 101 22 110 74 67
Binary 10110101 11010001 1001001 1101 0 1000001 10010 1001000 111100 110111

Color Harmonies of #B5D149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D149

Black with #B5D149

Text Example


Text Example

White with #B5D149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D149; }

 p { color: rgb(181,209,73); }

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

background-color css

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

 a { background-color: rgb(181,209,73); }

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

border-color css

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

 span { border-color: rgb(181,209,73); }

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