Html Css Color HEX #BFCD61 Wild Willow

📋 copy color: '#BFCD61'

red 191 ◦ green 205 ◦ blue 97

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

Shades of Wild Willow #BFCD61

Tints of Wild Willow #BFCD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.68%

R = 38.74%
G = 41.58%
B = 19.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#BFCD61 (or 0xBFCD61) is known color: Wild Willow. HEX triplet: BF, CD and 61. RGB value is (191,205,97). Sum of RGB (Red+Green+Blue) = 191+205+97=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD61 is #40329E. Grayscale: #BCBCBC. Windows color (decimal): -4207263 or 6409663. OLE color: 6409663.

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

Color convert

RGB 191 205 97 -
CMYK 0.07 0 0.53 0.20
HSL 67.78º 0.52% 0.59% -
HSV(B) 67.78º 0.53% 0.8% -
XYZ 45.47 55.6 19.64 -
YUV 188.5 76.36 129.78 -
System Red Green Blue C M Y K H S L
Decimal 191 205 97 0.07 0 0.53 0.20 67.78 0.52 0.59
Hex BF CD 61 7 0 35 14 44 34 3B
Octal 277 315 141 7 0 65 24 104 64 73
Binary 10111111 11001101 1100001 111 0 110101 10100 1000100 110100 111011

Color Harmonies of #BFCD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD61

Black with #BFCD61

Text Example


Text Example

White with #BFCD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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