Html Css Color HEX #B1C265 Wild Willow

📋 copy color: '#B1C265'

red 177 ◦ green 194 ◦ blue 101

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

Shades of Wild Willow #B1C265

Tints of Wild Willow #B1C265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.1%

 BLUE value IS 101 (39.84% from 255) = 21.4%

R = 37.5%
G = 41.1%
B = 21.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#B1C265 (or 0xB1C265) is known color: Wild Willow. HEX triplet: B1, C2 and 65. RGB value is (177,194,101). Sum of RGB (Red+Green+Blue) = 177+194+101=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C265 is #4E3D9A. Grayscale: #B2B2B2. Windows color (decimal): -5127579 or 6668977. OLE color: 6668977.

HSL color Cylindrical-coordinate representation of color #B1C265: hue angle of 70.97º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1C265 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 194 101 -
CMYK 0.09 0 0.48 0.24
HSL 70.97º 0.43% 0.58% -
HSV(B) 70.97º 0.48% 0.76% -
XYZ 39.77 48.87 19.65 -
YUV 178.32 84.37 127.06 -
System Red Green Blue C M Y K H S L
Decimal 177 194 101 0.09 0 0.48 0.24 70.97 0.43 0.58
Hex B1 C2 65 9 0 30 18 47 2B 3A
Octal 261 302 145 11 0 60 30 107 53 72
Binary 10110001 11000010 1100101 1001 0 110000 11000 1000111 101011 111010

Color Harmonies of #B1C265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C265

Black with #B1C265

Text Example


Text Example

White with #B1C265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C265; }

 p { color: rgb(177,194,101); }

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

background-color css

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

 a { background-color: rgb(177,194,101); }

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

border-color css

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

 span { border-color: rgb(177,194,101); }

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