Html Css Color HEX #BFCD50 Wild Willow

📋 copy color: '#BFCD50'

red 191 ◦ green 205 ◦ blue 80

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

Shades of Wild Willow #BFCD50

Tints of Wild Willow #BFCD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.81%

R = 40.13%
G = 43.07%
B = 16.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#BFCD50 (or 0xBFCD50) is known color: Wild Willow. HEX triplet: BF, CD and 50. RGB value is (191,205,80). Sum of RGB (Red+Green+Blue) = 191+205+80=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD50 is #4032AF. Grayscale: #BBBBBB. Windows color (decimal): -4207280 or 5295551. OLE color: 5295551.

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

Color convert

RGB 191 205 80 -
CMYK 0.07 0 0.61 0.20
HSL 66.72º 0.56% 0.56% -
HSV(B) 66.72º 0.61% 0.8% -
XYZ 44.77 55.32 15.91 -
YUV 186.56 67.86 131.16 -
System Red Green Blue C M Y K H S L
Decimal 191 205 80 0.07 0 0.61 0.20 66.72 0.56 0.56
Hex BF CD 50 7 0 3D 14 43 38 38
Octal 277 315 120 7 0 75 24 103 70 70
Binary 10111111 11001101 1010000 111 0 111101 10100 1000011 111000 111000

Color Harmonies of #BFCD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD50

Black with #BFCD50

Text Example


Text Example

White with #BFCD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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