#B4CD58

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

Shades of Wild Willow #B4CD58

Tints of Wild Willow #B4CD58

Color information

#B4CD58 (or 0xB4CD58) is unknown color: approx Wild Willow. HEX triplet: B4, CD and 58. RGB value is (180,205,88). Sum of RGB (Red+Green+Blue) = 180+205+88=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CD58 is #4B32A7. Grayscale: #B8B8B8. Windows color (decimal): -4928168 or 5819828. OLE color: 5819828.

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

Color convert

RGB18020588-
CMYK0.1200.570.20
HSL72.82º53.92%57.45%-
HSV(B)72.82º57.07%80.39%-
XYZ42.4254.0717.43-
YUV184.1973.72125.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 88 (34.77% from 255) = 18.60%
R=38.05%
G=43.34%
B=18.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180205880.1200.570.2072.8253.9257.45
HexB4CD58C03914493639
Octal26431513014071241116671
Binary1011010011001101101100011000111001101001001001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CD58; }

 p { color: rgb(180,205,88); }

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

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

 a { background-color: rgb(180,205,88); }

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

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

 span { border-color: rgb(180,205,88); }

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