Html Css Color HEX #BFCD60 Wild Willow

📋 copy color: '#BFCD60'

red 191 ◦ green 205 ◦ blue 96

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

Shades of Wild Willow #BFCD60

Tints of Wild Willow #BFCD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.51%

R = 38.82%
G = 41.67%
B = 19.51%

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

#BFCD60 (or 0xBFCD60) is known color: Wild Willow. HEX triplet: BF, CD and 60. RGB value is (191,205,96). Sum of RGB (Red+Green+Blue) = 191+205+96=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD60 is #40329F. Grayscale: #BCBCBC. Windows color (decimal): -4207264 or 6344127. OLE color: 6344127.

HSL color Cylindrical-coordinate representation of color #BFCD60: hue angle of 67.71º 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 #BFCD60 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 96 -
CMYK 0.07 0 0.53 0.20
HSL 67.71º 0.52% 0.59% -
HSV(B) 67.71º 0.53% 0.8% -
XYZ 45.43 55.58 19.4 -
YUV 188.39 75.86 129.86 -
System Red Green Blue C M Y K H S L
Decimal 191 205 96 0.07 0 0.53 0.20 67.71 0.52 0.59
Hex BF CD 60 7 0 35 14 44 34 3B
Octal 277 315 140 7 0 65 24 104 64 73
Binary 10111111 11001101 1100000 111 0 110101 10100 1000100 110100 111011

Color Harmonies of #BFCD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD60

Black with #BFCD60

Text Example


Text Example

White with #BFCD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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