Html Css Color HEX #B5C85F Wild Willow

📋 copy color: '#B5C85F'

red 181 ◦ green 200 ◦ blue 95

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

Shades of Wild Willow #B5C85F

Tints of Wild Willow #B5C85F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.02%

 BLUE value IS 95 (37.5% from 255) = 19.96%

R = 38.03%
G = 42.02%
B = 19.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#B5C85F (or 0xB5C85F) is known color: Wild Willow. HEX triplet: B5, C8 and 5F. RGB value is (181,200,95). Sum of RGB (Red+Green+Blue) = 181+200+95=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C85F is #4A37A0. Grayscale: #B6B6B6. Windows color (decimal): -4863905 or 6277301. OLE color: 6277301.

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

Color convert

RGB 181 200 95 -
CMYK 0.09 0 0.52 0.22
HSL 70.86º 0.49% 0.58% -
HSV(B) 70.86º 0.53% 0.78% -
XYZ 41.78 51.96 18.65 -
YUV 182.35 78.71 127.04 -
System Red Green Blue C M Y K H S L
Decimal 181 200 95 0.09 0 0.52 0.22 70.86 0.49 0.58
Hex B5 C8 5F 9 0 34 16 47 31 3A
Octal 265 310 137 11 0 64 26 107 61 72
Binary 10110101 11001000 1011111 1001 0 110100 10110 1000111 110001 111010

Color Harmonies of #B5C85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C85F

Black with #B5C85F

Text Example


Text Example

White with #B5C85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C85F; }

 p { color: rgb(181,200,95); }

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

background-color css

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

 a { background-color: rgb(181,200,95); }

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

border-color css

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

 span { border-color: rgb(181,200,95); }

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