#B0D65A

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

Shades of Conifer #B0D65A

Tints of Conifer #B0D65A

Color information

#B0D65A (or 0xB0D65A) is unknown color: approx Conifer. HEX triplet: B0, D6 and 5A. RGB value is (176,214,90). Sum of RGB (Red+Green+Blue) = 176+214+90=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D65A is #4F29A5. Grayscale: #BCBCBC. Windows color (decimal): -5188006 or 5953200. OLE color: 5953200.

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

Color convert

RGB17621490-
CMYK0.1800.580.16
HSL78.39º60.19%59.61%-
HSV(B)78.39º57.94%83.92%-
XYZ43.858.0618.57-
YUV188.572.41119.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.67%
GREEN value IS 214 (83.98% from 255) = 44.58%
BLUE value IS 90 (35.55% from 255) = 18.75%
R=36.67%
G=44.58%
B=18.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176214900.1800.580.1678.3960.1959.61
HexB0D65A1203A104e3c3c
Octal26032613222072201167474
Binary10110000110101101011010100100111010100001001110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D65A; }

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

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

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

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

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

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

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

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