#B2DD59

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

Shades of Conifer #B2DD59

Tints of Conifer #B2DD59

Color information

#B2DD59 (or 0xB2DD59) is unknown color: approx Conifer. HEX triplet: B2, DD and 59. RGB value is (178,221,89). Sum of RGB (Red+Green+Blue) = 178+221+89=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 89 (35.16% from 255 or 18.24% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD59 is #4D22A6. Grayscale: #C1C1C1. Windows color (decimal): -5055143 or 5889458. OLE color: 5889458.

HSL color Cylindrical-coordinate representation of color #B2DD59: hue angle of 79.55º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2DD59 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB17822189-
CMYK0.1900.600.13
HSL79.55º66%60.78%-
HSV(B)79.55º59.73%86.67%-
XYZ46.0261.918.97-
YUV193.169.25117.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.48%
GREEN value IS 221 (86.72% from 255) = 45.29%
BLUE value IS 89 (35.16% from 255) = 18.24%
R=36.48%
G=45.29%
B=18.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178221890.1900.600.1379.556660.78
HexB2DD591303CD50423d
Octal262335131230741512010275
Binary10110010110111011011001100110111100110110100001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DD59; }

 p { color: rgb(178,221,89); }

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

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

 a { background-color: rgb(178,221,89); }

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

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

 span { border-color: rgb(178,221,89); }

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