#B7DB5E

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

Shades of Conifer #B7DB5E

Tints of Conifer #B7DB5E

Color information

#B7DB5E (or 0xB7DB5E) is unknown color: approx Conifer. HEX triplet: B7, DB and 5E. RGB value is (183,219,94). Sum of RGB (Red+Green+Blue) = 183+219+94=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DB5E is #4824A1. Grayscale: #C2C2C2. Windows color (decimal): -4727970 or 6216631. OLE color: 6216631.

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

Color convert

RGB18321994-
CMYK0.1600.570.14
HSL77.28º63.45%61.37%-
HSV(B)77.28º57.08%85.88%-
XYZ46.8861.5420-
YUV193.9971.57120.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.90%
GREEN value IS 219 (85.94% from 255) = 44.15%
BLUE value IS 94 (37.11% from 255) = 18.95%
R=36.90%
G=44.15%
B=18.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal183219940.1600.570.1477.2863.4561.37
HexB7DB5E10039E4d3f3d
Octal26733313620071161157775
Binary1011011111011011101111010000011100111101001101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DB5E; }

 p { color: rgb(183,219,94); }

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

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

 a { background-color: rgb(183,219,94); }

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

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

 span { border-color: rgb(183,219,94); }

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