#B2DB48

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

Shades of Conifer #B2DB48

Tints of Conifer #B2DB48

Color information

#B2DB48 (or 0xB2DB48) is unknown color: approx Conifer. HEX triplet: B2, DB and 48. RGB value is (178,219,72). Sum of RGB (Red+Green+Blue) = 178+219+72=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DB48 is #4D24B7. Grayscale: #BEBEBE. Windows color (decimal): -5055672 or 4774834. OLE color: 4774834.

HSL color Cylindrical-coordinate representation of color #B2DB48: hue angle of 76.73º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2DB48 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB17821972-
CMYK0.1900.670.14
HSL76.73º67.12%57.06%-
HSV(B)76.73º67.12%85.88%-
XYZ44.8660.615.46-
YUV189.9861.42119.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 219 (85.94% from 255) = 46.70%
BLUE value IS 72 (28.52% from 255) = 15.35%
R=37.95%
G=46.70%
B=15.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal178219720.1900.670.1476.7367.1257.06
HexB2DB4813043E4d4339
Octal2623331102301031611510371
Binary101100101101101110010001001101000011111010011011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DB48; }

 p { color: rgb(178,219,72); }

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

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

 a { background-color: rgb(178,219,72); }

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

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

 span { border-color: rgb(178,219,72); }

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