Html Css Color HEX #B4CA6F Wild Willow

📋 copy color: '#B4CA6F'

red 180 ◦ green 202 ◦ blue 111

#B4CA6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #B4CA6F

Tints of Wild Willow #B4CA6F

RGB

 RED value IS 180 (70.7% from 255) = 36.51%

 GREEN value IS 202 (79.3% from 255) = 40.97%

 BLUE value IS 111 (43.75% from 255) = 22.52%

R = 36.51%
G = 40.97%
B = 22.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#B4CA6F (or 0xB4CA6F) is known color: Wild Willow. HEX triplet: B4, CA and 6F. RGB value is (180,202,111). Sum of RGB (Red+Green+Blue) = 180+202+111=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CA6F is #4B3590. Grayscale: #B9B9B9. Windows color (decimal): -4928913 or 7326388. OLE color: 7326388.

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

Color convert

RGB 180 202 111 -
CMYK 0.11 0 0.45 0.21
HSL 74.51º 0.46% 0.61% -
HSV(B) 74.51º 0.45% 0.79% -
XYZ 42.81 53.09 23.03 -
YUV 185.05 86.21 124.4 -
System Red Green Blue C M Y K H S L
Decimal 180 202 111 0.11 0 0.45 0.21 74.51 0.46 0.61
Hex B4 CA 6F B 0 2D 15 4B 2E 3D
Octal 264 312 157 13 0 55 25 113 56 75
Binary 10110100 11001010 1101111 1011 0 101101 10101 1001011 101110 111101

Color Harmonies of #B4CA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CA6F

Black with #B4CA6F

Text Example


Text Example

White with #B4CA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CA6F; }

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

 H1.HeaderClassName
 {
   color: #B4CA6F;
 }
 .AnyTagClassName
 {
   color: #B4CA6F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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