#B4CD69

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

Shades of Wild Willow #B4CD69

Tints of Wild Willow #B4CD69

Color information

#B4CD69 (or 0xB4CD69) is unknown color: approx Wild Willow. HEX triplet: B4, CD and 69. RGB value is (180,205,105). Sum of RGB (Red+Green+Blue) = 180+205+105=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CD69 is #4B3296. Grayscale: #BABABA. Windows color (decimal): -4928151 or 6933940. OLE color: 6933940.

HSL color Cylindrical-coordinate representation of color #B4CD69: hue angle of 75º 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 #B4CD69 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB180205105-
CMYK0.1200.490.20
HSL75º50%60.78%-
HSV(B)75º48.78%80.39%-
XYZ43.254.3921.59-
YUV186.1282.22123.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 205 (80.47% from 255) = 41.84%
BLUE value IS 105 (41.41% from 255) = 21.43%
R=36.73%
G=41.84%
B=21.43%

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
Decimal1802051050.1200.490.20755060.78
HexB4CD69C031144b323d
Octal26431515114061241136275
Binary1011010011001101110100111000110001101001001011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CD69; }

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

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

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

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

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

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

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

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