#B1DB3E

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

Shades of Conifer #B1DB3E

Tints of Conifer #B1DB3E

Color information

#B1DB3E (or 0xB1DB3E) is unknown color: approx Conifer. HEX triplet: B1, DB and 3E. RGB value is (177,219,62). Sum of RGB (Red+Green+Blue) = 177+219+62=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DB3E is #4E24C1. Grayscale: #BDBDBD. Windows color (decimal): -5121218 or 4119473. OLE color: 4119473.

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

Color convert

RGB17721962-
CMYK0.1900.720.14
HSL76.05º68.56%55.1%-
HSV(B)76.05º71.69%85.88%-
XYZ44.3360.3613.87-
YUV188.5456.59119.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.65%
GREEN value IS 219 (85.94% from 255) = 47.82%
BLUE value IS 62 (24.61% from 255) = 13.54%
R=38.65%
G=47.82%
B=13.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177219620.1900.720.1476.0568.5655.1
HexB1DB3E13048E4c4537
Octal261333762301101611410567
Binary10110001110110111111101001101001000111010011001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DB3E; }

 p { color: rgb(177,219,62); }

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

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

 a { background-color: rgb(177,219,62); }

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

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

 span { border-color: rgb(177,219,62); }

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