#B2D947

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

Shades of Conifer #B2D947

Tints of Conifer #B2D947

Color information

#B2D947 (or 0xB2D947) is unknown color: approx Conifer. HEX triplet: B2, D9 and 47. RGB value is (178,217,71). Sum of RGB (Red+Green+Blue) = 178+217+71=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D947 is #4D26B8. Grayscale: #BDBDBD. Windows color (decimal): -5056185 or 4708786. OLE color: 4708786.

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

Color convert

RGB17821771-
CMYK0.1800.670.15
HSL76.03º65.77%56.47%-
HSV(B)76.03º67.28%85.1%-
XYZ44.3159.5515.12-
YUV188.761.58120.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 217 (85.16% from 255) = 46.57%
BLUE value IS 71 (28.12% from 255) = 15.24%
R=38.20%
G=46.57%
B=15.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal178217710.1800.670.1576.0365.7756.47
HexB2D94712043F4c4238
Octal2623311072201031711410270
Binary101100101101100110001111001001000011111110011001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D947; }

 p { color: rgb(178,217,71); }

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

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

 a { background-color: rgb(178,217,71); }

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

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

 span { border-color: rgb(178,217,71); }

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