#B2D65D

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

Shades of Conifer #B2D65D

Tints of Conifer #B2D65D

Color information

#B2D65D (or 0xB2D65D) is unknown color: approx Conifer. HEX triplet: B2, D6 and 5D. RGB value is (178,214,93). Sum of RGB (Red+Green+Blue) = 178+214+93=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D65D is #4D29A2. Grayscale: #BDBDBD. Windows color (decimal): -5056931 or 6149810. OLE color: 6149810.

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

Color convert

RGB17821493-
CMYK0.1700.570.16
HSL77.85º59.61%60.2%-
HSV(B)77.85º56.54%83.92%-
XYZ44.3858.3519.28-
YUV189.4473.57119.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.70%
GREEN value IS 214 (83.98% from 255) = 44.12%
BLUE value IS 93 (36.72% from 255) = 19.18%
R=36.70%
G=44.12%
B=19.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal178214930.1700.570.1677.8559.6160.2
HexB2D65D11039104e3c3c
Octal26232613521071201167474
Binary10110010110101101011101100010111001100001001110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D65D; }

 p { color: rgb(178,214,93); }

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

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

 a { background-color: rgb(178,214,93); }

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

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

 span { border-color: rgb(178,214,93); }

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