Html Css Color HEX #B1C965 Wild Willow

📋 copy color: '#B1C965'

red 177 ◦ green 201 ◦ blue 101

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

Shades of Wild Willow #B1C965

Tints of Wild Willow #B1C965

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.96%

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

R = 36.95%
G = 41.96%
B = 21.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#B1C965 (or 0xB1C965) is known color: Wild Willow. HEX triplet: B1, C9 and 65. RGB value is (177,201,101). Sum of RGB (Red+Green+Blue) = 177+201+101=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C965 is #4E369A. Grayscale: #B6B6B6. Windows color (decimal): -5125787 or 6670769. OLE color: 6670769.

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

Color convert

RGB 177 201 101 -
CMYK 0.12 0 0.50 0.21
HSL 74.4º 0.48% 0.59% -
HSV(B) 74.4º 0.5% 0.79% -
XYZ 41.37 52.06 20.18 -
YUV 182.42 82.05 124.13 -
System Red Green Blue C M Y K H S L
Decimal 177 201 101 0.12 0 0.50 0.21 74.4 0.48 0.59
Hex B1 C9 65 C 0 32 15 4A 30 3B
Octal 261 311 145 14 0 62 25 112 60 73
Binary 10110001 11001001 1100101 1100 0 110010 10101 1001010 110000 111011

Color Harmonies of #B1C965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C965

Black with #B1C965

Text Example


Text Example

White with #B1C965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C965; }

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

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

background-color css

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

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

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

border-color css

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

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

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