Html Css Color HEX #BFC95B Wild Willow

📋 copy color: '#BFC95B'

red 191 ◦ green 201 ◦ blue 91

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

Shades of Wild Willow #BFC95B

Tints of Wild Willow #BFC95B

RGB

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

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

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

R = 39.54%
G = 41.61%
B = 18.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#BFC95B (or 0xBFC95B) is known color: Wild Willow. HEX triplet: BF, C9 and 5B. RGB value is (191,201,91). Sum of RGB (Red+Green+Blue) = 191+201+91=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC95B is #4036A4. Grayscale: #B9B9B9. Windows color (decimal): -4208293 or 6015423. OLE color: 6015423.

HSL color Cylindrical-coordinate representation of color #BFC95B: hue angle of 65.45º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFC95B is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 91 -
CMYK 0.05 0 0.55 0.21
HSL 65.45º 0.5% 0.57% -
HSV(B) 65.45º 0.55% 0.79% -
XYZ 44.26 53.6 17.91 -
YUV 185.47 74.69 131.94 -
System Red Green Blue C M Y K H S L
Decimal 191 201 91 0.05 0 0.55 0.21 65.45 0.5 0.57
Hex BF C9 5B 5 0 37 15 41 32 39
Octal 277 311 133 5 0 67 25 101 62 71
Binary 10111111 11001001 1011011 101 0 110111 10101 1000001 110010 111001

Color Harmonies of #BFC95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC95B

Black with #BFC95B

Text Example


Text Example

White with #BFC95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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