Html Css Color HEX #BFC85B Wild Willow

📋 copy color: '#BFC85B'

red 191 ◦ green 200 ◦ blue 91

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

Shades of Wild Willow #BFC85B

Tints of Wild Willow #BFC85B

RGB

 RED value IS 191 (75% from 255) = 39.63%

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

 BLUE value IS 91 (35.94% from 255) = 18.88%

R = 39.63%
G = 41.49%
B = 18.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#BFC85B (or 0xBFC85B) is known color: Wild Willow. HEX triplet: BF, C8 and 5B. RGB value is (191,200,91). Sum of RGB (Red+Green+Blue) = 191+200+91=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC85B is #4037A4. Grayscale: #B9B9B9. Windows color (decimal): -4208549 or 6015167. OLE color: 6015167.

HSL color Cylindrical-coordinate representation of color #BFC85B: hue angle of 64.95º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFC85B is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 200 91 -
CMYK 0.04 0 0.54 0.22
HSL 64.95º 0.5% 0.57% -
HSV(B) 64.95º 0.55% 0.78% -
XYZ 44.03 53.14 17.83 -
YUV 184.88 75.02 132.36 -
System Red Green Blue C M Y K H S L
Decimal 191 200 91 0.04 0 0.54 0.22 64.95 0.5 0.57
Hex BF C8 5B 4 0 36 16 41 32 39
Octal 277 310 133 4 0 66 26 101 62 71
Binary 10111111 11001000 1011011 100 0 110110 10110 1000001 110010 111001

Color Harmonies of #BFC85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC85B

Black with #BFC85B

Text Example


Text Example

White with #BFC85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC85B; }

 p { color: rgb(191,200,91); }

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

background-color css

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

 a { background-color: rgb(191,200,91); }

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

border-color css

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

 span { border-color: rgb(191,200,91); }

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