Html Css Color HEX #BFC955 Wild Willow

📋 copy color: '#BFC955'

red 191 ◦ green 201 ◦ blue 85

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

Shades of Wild Willow #BFC955

Tints of Wild Willow #BFC955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.82%

R = 40.04%
G = 42.14%
B = 17.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#BFC955 (or 0xBFC955) is known color: Wild Willow. HEX triplet: BF, C9 and 55. RGB value is (191,201,85). Sum of RGB (Red+Green+Blue) = 191+201+85=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC955 is #4036AA. Grayscale: #B9B9B9. Windows color (decimal): -4208299 or 5622207. OLE color: 5622207.

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

Color convert

RGB 191 201 85 -
CMYK 0.05 0 0.58 0.21
HSL 65.17º 0.52% 0.56% -
HSV(B) 65.17º 0.58% 0.79% -
XYZ 44.01 53.51 16.6 -
YUV 184.79 71.69 132.43 -
System Red Green Blue C M Y K H S L
Decimal 191 201 85 0.05 0 0.58 0.21 65.17 0.52 0.56
Hex BF C9 55 5 0 3A 15 41 34 38
Octal 277 311 125 5 0 72 25 101 64 70
Binary 10111111 11001001 1010101 101 0 111010 10101 1000001 110100 111000

Color Harmonies of #BFC955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC955

Black with #BFC955

Text Example


Text Example

White with #BFC955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC955; }

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

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

background-color css

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

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

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

border-color css

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

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

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