#B6D54F

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

Shades of Conifer #B6D54F

Tints of Conifer #B6D54F

Color information

#B6D54F (or 0xB6D54F) is unknown color: approx Conifer. HEX triplet: B6, D5 and 4F. RGB value is (182,213,79). Sum of RGB (Red+Green+Blue) = 182+213+79=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 79 (31.25% from 255 or 16.67% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D54F is #492AB0. Grayscale: #BCBCBC. Windows color (decimal): -4795057 or 5232054. OLE color: 5232054.

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

Color convert

RGB18221379-
CMYK0.1500.630.16
HSL73.88º61.47%57.25%-
HSV(B)73.88º62.91%83.53%-
XYZ44.558.116.27-
YUV188.4666.23123.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.40%
GREEN value IS 213 (83.59% from 255) = 44.94%
BLUE value IS 79 (31.25% from 255) = 16.67%
R=38.40%
G=44.94%
B=16.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182213790.1500.630.1673.8861.4757.25
HexB6D54FF03F104a3d39
Octal26632511717077201127571
Binary1011011011010101100111111110111111100001001010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D54F; }

 p { color: rgb(182,213,79); }

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

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

 a { background-color: rgb(182,213,79); }

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

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

 span { border-color: rgb(182,213,79); }

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