Html Css Color HEX #B1CA6C Wild Willow

📋 copy color: '#B1CA6C'

red 177 ◦ green 202 ◦ blue 108

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

Shades of Wild Willow #B1CA6C

Tints of Wild Willow #B1CA6C

RGB

 RED value IS 177 (69.53% from 255) = 36.34%

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

 BLUE value IS 108 (42.58% from 255) = 22.18%

R = 36.34%
G = 41.48%
B = 22.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#B1CA6C (or 0xB1CA6C) is known color: Wild Willow. HEX triplet: B1, CA and 6C. RGB value is (177,202,108). Sum of RGB (Red+Green+Blue) = 177+202+108=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA6C is #4E3593. Grayscale: #B8B8B8. Windows color (decimal): -5125524 or 7129777. OLE color: 7129777.

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

Color convert

RGB 177 202 108 -
CMYK 0.12 0 0.47 0.21
HSL 75.96º 0.47% 0.61% -
HSV(B) 75.96º 0.47% 0.79% -
XYZ 41.96 52.67 22.14 -
YUV 183.81 85.22 123.14 -
System Red Green Blue C M Y K H S L
Decimal 177 202 108 0.12 0 0.47 0.21 75.96 0.47 0.61
Hex B1 CA 6C C 0 2F 15 4C 2F 3D
Octal 261 312 154 14 0 57 25 114 57 75
Binary 10110001 11001010 1101100 1100 0 101111 10101 1001100 101111 111101

Color Harmonies of #B1CA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CA6C

Black with #B1CA6C

Text Example


Text Example

White with #B1CA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CA6C; }

 p { color: rgb(177,202,108); }

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

background-color css

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

 a { background-color: rgb(177,202,108); }

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

border-color css

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

 span { border-color: rgb(177,202,108); }

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