Html Css Color HEX #B5C365 Wild Willow

📋 copy color: '#B5C365'

red 181 ◦ green 195 ◦ blue 101

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

Shades of Wild Willow #B5C365

Tints of Wild Willow #B5C365

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.88%

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

R = 37.95%
G = 40.88%
B = 21.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#B5C365 (or 0xB5C365) is known color: Wild Willow. HEX triplet: B5, C3 and 65. RGB value is (181,195,101). Sum of RGB (Red+Green+Blue) = 181+195+101=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C365 is #4A3C9A. Grayscale: #B4B4B4. Windows color (decimal): -4865179 or 6669237. OLE color: 6669237.

HSL color Cylindrical-coordinate representation of color #B5C365: hue angle of 68.94º degrees, saturation: 0.44, 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 #B5C365 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 195 101 -
CMYK 0.07 0 0.48 0.24
HSL 68.94º 0.44% 0.58% -
HSV(B) 68.94º 0.48% 0.76% -
XYZ 40.92 49.79 19.77 -
YUV 180.1 83.36 128.64 -
System Red Green Blue C M Y K H S L
Decimal 181 195 101 0.07 0 0.48 0.24 68.94 0.44 0.58
Hex B5 C3 65 7 0 30 18 45 2C 3A
Octal 265 303 145 7 0 60 30 105 54 72
Binary 10110101 11000011 1100101 111 0 110000 11000 1000101 101100 111010

Color Harmonies of #B5C365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C365

Black with #B5C365

Text Example


Text Example

White with #B5C365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C365; }

 p { color: rgb(181,195,101); }

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

background-color css

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

 a { background-color: rgb(181,195,101); }

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

border-color css

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

 span { border-color: rgb(181,195,101); }

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