#B4CA69

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

Shades of Wild Willow #B4CA69

Tints of Wild Willow #B4CA69

Color information

#B4CA69 (or 0xB4CA69) is unknown color: approx Wild Willow. HEX triplet: B4, CA and 69. RGB value is (180,202,105). Sum of RGB (Red+Green+Blue) = 180+202+105=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CA69 is #4B3596. Grayscale: #B8B8B8. Windows color (decimal): -4928919 or 6933172. OLE color: 6933172.

HSL color Cylindrical-coordinate representation of color #B4CA69: hue angle of 73.61º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4CA69 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB180202105-
CMYK0.1100.480.21
HSL73.61º47.78%60.2%-
HSV(B)73.61º48.02%79.22%-
XYZ42.4952.9621.35-
YUV184.3683.21124.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 105 (41.41% from 255) = 21.56%
R=36.96%
G=41.48%
B=21.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021050.1100.480.2173.6147.7860.2
HexB4CA69B030154a303c
Octal26431215113060251126074
Binary1011010011001010110100110110110000101011001010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CA69; }

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

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

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

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

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

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

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

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