#b2da3e

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

Shades of Conifer #B2DA3E

Tints of Conifer #B2DA3E

Color information

#B2DA3E (or 0xB2DA3E) is unknown color: approx Conifer. HEX triplet: B2, DA and 3E. RGB value is (178,218,62). Sum of RGB (Red+Green+Blue) = 178+218+62=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DA3E is #4D25C1. Grayscale: #BCBCBC. Windows color (decimal): -5055938 or 4119218. OLE color: 4119218.

HSL color Cylindrical-coordinate representation of color #B2DA3E: hue angle of 75.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2DA3E is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB17821862-
CMYK0.1800.720.15
HSL75.38º67.83%54.9%-
HSV(B)75.38º71.56%85.49%-
XYZ44.359.9613.8-
YUV188.2656.75120.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.86%
GREEN value IS 218 (85.55% from 255) = 47.60%
BLUE value IS 62 (24.61% from 255) = 13.54%
R=38.86%
G=47.60%
B=13.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal178218620.1800.720.1575.3867.8354.9
HexB2DA3E12048F4b4437
Octal262332762201101711310467
Binary10110010110110101111101001001001000111110010111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2da3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2da3e; }

 p { color: rgb(178,218,62); }

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

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

 a { background-color: rgb(178,218,62); }

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

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

 span { border-color: rgb(178,218,62); }

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