#B7C35A

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

Shades of Wild Willow #B7C35A

Tints of Wild Willow #B7C35A

Color information

#B7C35A (or 0xB7C35A) is unknown color: approx Wild Willow. HEX triplet: B7, C3 and 5A. RGB value is (183,195,90). Sum of RGB (Red+Green+Blue) = 183+195+90=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C35A is #483CA5. Grayscale: #B3B3B3. Windows color (decimal): -4734118 or 5948343. OLE color: 5948343.

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

Color convert

RGB18319590-
CMYK0.0600.540.24
HSL66.86º46.67%55.88%-
HSV(B)66.86º53.85%76.47%-
XYZ40.8949.8417.14-
YUV179.4477.52130.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.10%
GREEN value IS 195 (76.56% from 255) = 41.67%
BLUE value IS 90 (35.55% from 255) = 19.23%
R=39.10%
G=41.67%
B=19.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183195900.0600.540.2466.8646.6755.88
HexB7C35A603618432f38
Octal2673031326066301035770
Binary101101111100001110110101100110110110001000011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C35A; }

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

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

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

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

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

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

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

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