#B7C35F

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

Shades of Wild Willow #B7C35F

Tints of Wild Willow #B7C35F

Color information

#B7C35F (or 0xB7C35F) is unknown color: approx Wild Willow. HEX triplet: B7, C3 and 5F. RGB value is (183,195,95). Sum of RGB (Red+Green+Blue) = 183+195+95=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C35F is #483CA0. Grayscale: #B4B4B4. Windows color (decimal): -4734113 or 6276023. OLE color: 6276023.

HSL color Cylindrical-coordinate representation of color #B7C35F: hue angle of 67.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7C35F is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB18319595-
CMYK0.0600.510.24
HSL67.2º45.45%56.86%-
HSV(B)67.2º51.28%76.47%-
XYZ41.1149.9218.3-
YUV180.0180.02130.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.69%
GREEN value IS 195 (76.56% from 255) = 41.23%
BLUE value IS 95 (37.5% from 255) = 20.08%
R=38.69%
G=41.23%
B=20.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183195950.0600.510.2467.245.4556.86
HexB7C35F603318432d39
Octal2673031376063301035571
Binary101101111100001110111111100110011110001000011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C35F; }

 p { color: rgb(183,195,95); }

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

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

 a { background-color: rgb(183,195,95); }

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

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

 span { border-color: rgb(183,195,95); }

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