Html Css Color HEX #BFCD71 Wild Willow

📋 copy color: '#BFCD71'

red 191 ◦ green 205 ◦ blue 113

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

Shades of Wild Willow #BFCD71

Tints of Wild Willow #BFCD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.2%

R = 37.52%
G = 40.28%
B = 22.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#BFCD71 (or 0xBFCD71) is known color: Wild Willow. HEX triplet: BF, CD and 71. RGB value is (191,205,113). Sum of RGB (Red+Green+Blue) = 191+205+113=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD71 is #40328E. Grayscale: #BEBEBE. Windows color (decimal): -4207247 or 7458239. OLE color: 7458239.

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

Color convert

RGB 191 205 113 -
CMYK 0.07 0 0.45 0.20
HSL 69.13º 0.48% 0.62% -
HSV(B) 69.13º 0.45% 0.8% -
XYZ 46.3 55.93 23.98 -
YUV 190.33 84.36 128.48 -
System Red Green Blue C M Y K H S L
Decimal 191 205 113 0.07 0 0.45 0.20 69.13 0.48 0.62
Hex BF CD 71 7 0 2D 14 45 30 3E
Octal 277 315 161 7 0 55 24 105 60 76
Binary 10111111 11001101 1110001 111 0 101101 10100 1000101 110000 111110

Color Harmonies of #BFCD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD71

Black with #BFCD71

Text Example


Text Example

White with #BFCD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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