Html Css Color HEX #BFCD56 Wild Willow

📋 copy color: '#BFCD56'

red 191 ◦ green 205 ◦ blue 86

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

Shades of Wild Willow #BFCD56

Tints of Wild Willow #BFCD56

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.53%

 BLUE value IS 86 (33.98% from 255) = 17.84%

R = 39.63%
G = 42.53%
B = 17.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#BFCD56 (or 0xBFCD56) is known color: Wild Willow. HEX triplet: BF, CD and 56. RGB value is (191,205,86). Sum of RGB (Red+Green+Blue) = 191+205+86=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD56 is #4032A9. Grayscale: #BBBBBB. Windows color (decimal): -4207274 or 5688767. OLE color: 5688767.

HSL color Cylindrical-coordinate representation of color #BFCD56: hue angle of 67.06º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFCD56 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 86 -
CMYK 0.07 0 0.58 0.20
HSL 67.06º 0.54% 0.57% -
HSV(B) 67.06º 0.58% 0.8% -
XYZ 45 55.41 17.13 -
YUV 187.25 70.86 130.68 -
System Red Green Blue C M Y K H S L
Decimal 191 205 86 0.07 0 0.58 0.20 67.06 0.54 0.57
Hex BF CD 56 7 0 3A 14 43 36 39
Octal 277 315 126 7 0 72 24 103 66 71
Binary 10111111 11001101 1010110 111 0 111010 10100 1000011 110110 111001

Color Harmonies of #BFCD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD56

Black with #BFCD56

Text Example


Text Example

White with #BFCD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD56; }

 p { color: rgb(191,205,86); }

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

background-color css

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

 a { background-color: rgb(191,205,86); }

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

border-color css

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

 span { border-color: rgb(191,205,86); }

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