#B5CD69

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

Shades of Wild Willow #B5CD69

Tints of Wild Willow #B5CD69

Color information

#B5CD69 (or 0xB5CD69) is unknown color: approx Wild Willow. HEX triplet: B5, CD and 69. RGB value is (181,205,105). Sum of RGB (Red+Green+Blue) = 181+205+105=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CD69 is #4A3296. Grayscale: #BABABA. Windows color (decimal): -4862615 or 6933941. OLE color: 6933941.

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

Color convert

RGB181205105-
CMYK0.1200.490.20
HSL74.4º50%60.78%-
HSV(B)74.4º48.78%80.39%-
XYZ43.4454.5121.6-
YUV186.4282.05124.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 105 (41.41% from 255) = 21.38%
R=36.86%
G=41.75%
B=21.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812051050.1200.490.2074.45060.78
HexB5CD69C031144a323d
Octal26531515114061241126275
Binary1011010111001101110100111000110001101001001010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CD69; }

 p { color: rgb(181,205,105); }

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

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

 a { background-color: rgb(181,205,105); }

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

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

 span { border-color: rgb(181,205,105); }

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