#B3CB5A

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

Shades of Wild Willow #B3CB5A

Tints of Wild Willow #B3CB5A

Color information

#B3CB5A (or 0xB3CB5A) is unknown color: approx Wild Willow. HEX triplet: B3, CB and 5A. RGB value is (179,203,90). Sum of RGB (Red+Green+Blue) = 179+203+90=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CB5A is #4C34A5. Grayscale: #B7B7B7. Windows color (decimal): -4994214 or 5950387. OLE color: 5950387.

HSL color Cylindrical-coordinate representation of color #B3CB5A: hue angle of 72.74º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3CB5A is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB17920390-
CMYK0.1200.560.20
HSL72.74º52.07%57.45%-
HSV(B)72.74º55.67%79.61%-
XYZ41.7953.0317.71-
YUV182.9475.55125.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 203 (79.69% from 255) = 43.01%
BLUE value IS 90 (35.55% from 255) = 19.07%
R=37.92%
G=43.01%
B=19.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal179203900.1200.560.2072.7452.0757.45
HexB3CB5AC03814493439
Octal26331313214070241116471
Binary1011001111001011101101011000111000101001001001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CB5A; }

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

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

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

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

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

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

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

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