Html Css Color HEX #B9C85F Wild Willow

📋 copy color: '#B9C85F'

red 185 ◦ green 200 ◦ blue 95

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

Shades of Wild Willow #B9C85F

Tints of Wild Willow #B9C85F

RGB

 RED value IS 185 (72.66% from 255) = 38.54%

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

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

R = 38.54%
G = 41.67%
B = 19.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#B9C85F (or 0xB9C85F) is known color: Wild Willow. HEX triplet: B9, C8 and 5F. RGB value is (185,200,95). Sum of RGB (Red+Green+Blue) = 185+200+95=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C85F is #4637A0. Grayscale: #B7B7B7. Windows color (decimal): -4601761 or 6277305. OLE color: 6277305.

HSL color Cylindrical-coordinate representation of color #B9C85F: hue angle of 68.57º 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 #B9C85F is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 200 95 -
CMYK 0.08 0 0.52 0.22
HSL 68.57º 0.49% 0.58% -
HSV(B) 68.57º 0.53% 0.78% -
XYZ 42.73 52.45 18.7 -
YUV 183.55 78.03 129.04 -
System Red Green Blue C M Y K H S L
Decimal 185 200 95 0.08 0 0.52 0.22 68.57 0.49 0.58
Hex B9 C8 5F 8 0 34 16 45 31 3A
Octal 271 310 137 10 0 64 26 105 61 72
Binary 10111001 11001000 1011111 1000 0 110100 10110 1000101 110001 111010

Color Harmonies of #B9C85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C85F

Black with #B9C85F

Text Example


Text Example

White with #B9C85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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