#B7D14B

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

Shades of Conifer #B7D14B

Tints of Conifer #B7D14B

Color information

#B7D14B (or 0xB7D14B) is unknown color: approx Conifer. HEX triplet: B7, D1 and 4B. RGB value is (183,209,75). Sum of RGB (Red+Green+Blue) = 183+209+75=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D14B is #482EB4. Grayscale: #BABABA. Windows color (decimal): -4730549 or 4968887. OLE color: 4968887.

HSL color Cylindrical-coordinate representation of color #B7D14B: hue angle of 71.64º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7D14B is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB18320975-
CMYK0.1200.640.18
HSL71.64º59.29%55.69%-
HSV(B)71.64º64.11%81.96%-
XYZ43.656.1815.2-
YUV185.9565.39125.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.19%
GREEN value IS 209 (82.03% from 255) = 44.75%
BLUE value IS 75 (29.69% from 255) = 16.06%
R=39.19%
G=44.75%
B=16.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal183209750.1200.640.1871.6459.2955.69
HexB7D14BC04012483b38
Octal267321113140100221107370
Binary10110111110100011001011110001000000100101001000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D14B; }

 p { color: rgb(183,209,75); }

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

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

 a { background-color: rgb(183,209,75); }

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

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

 span { border-color: rgb(183,209,75); }

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