Html Css Color HEX #B5C960 Wild Willow

📋 copy color: '#B5C960'

red 181 ◦ green 201 ◦ blue 96

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

Shades of Wild Willow #B5C960

Tints of Wild Willow #B5C960

RGB

 RED value IS 181 (71.09% from 255) = 37.87%

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

 BLUE value IS 96 (37.89% from 255) = 20.08%

R = 37.87%
G = 42.05%
B = 20.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#B5C960 (or 0xB5C960) is known color: Wild Willow. HEX triplet: B5, C9 and 60. RGB value is (181,201,96). Sum of RGB (Red+Green+Blue) = 181+201+96=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C960 is #4A369F. Grayscale: #B7B7B7. Windows color (decimal): -4863648 or 6343093. OLE color: 6343093.

HSL color Cylindrical-coordinate representation of color #B5C960: hue angle of 71.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5C960 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 201 96 -
CMYK 0.10 0 0.52 0.21
HSL 71.43º 0.49% 0.58% -
HSV(B) 71.43º 0.52% 0.79% -
XYZ 42.05 52.44 18.97 -
YUV 183.05 78.87 126.54 -
System Red Green Blue C M Y K H S L
Decimal 181 201 96 0.10 0 0.52 0.21 71.43 0.49 0.58
Hex B5 C9 60 A 0 34 15 47 31 3A
Octal 265 311 140 12 0 64 25 107 61 72
Binary 10110101 11001001 1100000 1010 0 110100 10101 1000111 110001 111010

Color Harmonies of #B5C960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C960

Black with #B5C960

Text Example


Text Example

White with #B5C960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C960; }

 p { color: rgb(181,201,96); }

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

background-color css

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

 a { background-color: rgb(181,201,96); }

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

border-color css

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

 span { border-color: rgb(181,201,96); }

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