#B0D65E

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

Shades of Conifer #B0D65E

Tints of Conifer #B0D65E

Color information

#B0D65E (or 0xB0D65E) is unknown color: approx Conifer. HEX triplet: B0, D6 and 5E. RGB value is (176,214,94). Sum of RGB (Red+Green+Blue) = 176+214+94=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D65E is #4F29A1. Grayscale: #BDBDBD. Windows color (decimal): -5188002 or 6215344. OLE color: 6215344.

HSL color Cylindrical-coordinate representation of color #B0D65E: hue angle of 79º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0D65E is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB17621494-
CMYK0.1800.560.16
HSL79º59.41%60.39%-
HSV(B)79º56.07%83.92%-
XYZ43.9758.1319.49-
YUV188.9674.41118.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 214 (83.98% from 255) = 44.21%
BLUE value IS 94 (37.11% from 255) = 19.42%
R=36.36%
G=44.21%
B=19.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176214940.1800.560.167959.4160.39
HexB0D65E12038104f3b3c
Octal26032613622070201177374
Binary10110000110101101011110100100111000100001001111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D65E; }

 p { color: rgb(176,214,94); }

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

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

 a { background-color: rgb(176,214,94); }

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

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

 span { border-color: rgb(176,214,94); }

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