#B9E350

Color #B9E350 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B9E350

Tints of Conifer #B9E350

Color information

#B9E350 (or 0xB9E350) is unknown color: approx Conifer. HEX triplet: B9, E3 and 50. RGB value is (185,227,80). Sum of RGB (Red+Green+Blue) = 185+227+80=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E350 is #461CAF. Grayscale: #C6C6C6. Windows color (decimal): -4594864 or 5301177. OLE color: 5301177.

HSL color Cylindrical-coordinate representation of color #B9E350: hue angle of 77.14º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9E350 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB18522780-
CMYK0.1900.650.11
HSL77.14º72.41%60.2%-
HSV(B)77.14º64.76%89.02%-
XYZ48.9265.8317.72-
YUV197.6861.59118.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.60%
GREEN value IS 227 (89.06% from 255) = 46.14%
BLUE value IS 80 (31.64% from 255) = 16.26%
R=37.60%
G=46.14%
B=16.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal185227800.1900.650.1177.1472.4160.2
HexB9E35013041B4d483c
Octal2713431202301011311511074
Binary101110011110001110100001001101000001101110011011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E350; }

 p { color: rgb(185,227,80); }

 H1.HeaderClassName
 {
   color: #B9E350;
 }
 .AnyTagClassName
 {
   color: #B9E350;
 }
</style>
background-color css

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

 a { background-color: rgb(185,227,80); }

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

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

 span { border-color: rgb(185,227,80); }

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