#B3C35A

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

Shades of Wild Willow #B3C35A

Tints of Wild Willow #B3C35A

Color information

#B3C35A (or 0xB3C35A) is unknown color: approx Wild Willow. HEX triplet: B3, C3 and 5A. RGB value is (179,195,90). Sum of RGB (Red+Green+Blue) = 179+195+90=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C35A is #4C3CA5. Grayscale: #B2B2B2. Windows color (decimal): -4996262 or 5948339. OLE color: 5948339.

HSL color Cylindrical-coordinate representation of color #B3C35A: hue angle of 69.14º 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 #B3C35A is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB17919590-
CMYK0.0800.540.24
HSL69.14º46.67%55.88%-
HSV(B)69.14º53.85%76.47%-
XYZ39.9549.3517.09-
YUV178.2578.2128.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.58%
GREEN value IS 195 (76.56% from 255) = 42.03%
BLUE value IS 90 (35.55% from 255) = 19.40%
R=38.58%
G=42.03%
B=19.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179195900.0800.540.2469.1446.6755.88
HexB3C35A803618452f38
Octal26330313210066301055770
Binary1011001111000011101101010000110110110001000101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C35A; }

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

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

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

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

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

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

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

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