Html Css Color HEX #BFCD63 Wild Willow

📋 copy color: '#BFCD63'

red 191 ◦ green 205 ◦ blue 99

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

Shades of Wild Willow #BFCD63

Tints of Wild Willow #BFCD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20%

R = 38.59%
G = 41.41%
B = 20%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#BFCD63 (or 0xBFCD63) is known color: Wild Willow. HEX triplet: BF, CD and 63. RGB value is (191,205,99). Sum of RGB (Red+Green+Blue) = 191+205+99=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD63 is #40329C. Grayscale: #BDBDBD. Windows color (decimal): -4207261 or 6540735. OLE color: 6540735.

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

Color convert

RGB 191 205 99 -
CMYK 0.07 0 0.52 0.20
HSL 67.92º 0.51% 0.6% -
HSV(B) 67.92º 0.52% 0.8% -
XYZ 45.57 55.64 20.14 -
YUV 188.73 77.36 129.62 -
System Red Green Blue C M Y K H S L
Decimal 191 205 99 0.07 0 0.52 0.20 67.92 0.51 0.6
Hex BF CD 63 7 0 34 14 44 33 3C
Octal 277 315 143 7 0 64 24 104 63 74
Binary 10111111 11001101 1100011 111 0 110100 10100 1000100 110011 111100

Color Harmonies of #BFCD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD63

Black with #BFCD63

Text Example


Text Example

White with #BFCD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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