Html Css Color HEX #BFD960 Wild Willow

📋 copy color: '#BFD960'

red 191 ◦ green 217 ◦ blue 96

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

Shades of Wild Willow #BFD960

Tints of Wild Willow #BFD960

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.06%

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

R = 37.9%
G = 43.06%
B = 19.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#BFD960 (or 0xBFD960) is known color: Wild Willow. HEX triplet: BF, D9 and 60. RGB value is (191,217,96). Sum of RGB (Red+Green+Blue) = 191+217+96=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD960 is #40269F. Grayscale: #C3C3C3. Windows color (decimal): -4204192 or 6347199. OLE color: 6347199.

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

Color convert

RGB 191 217 96 -
CMYK 0.12 0 0.56 0.15
HSL 72.89º 0.61% 0.61% -
HSV(B) 72.89º 0.56% 0.85% -
XYZ 48.41 61.55 20.39 -
YUV 195.43 71.89 124.84 -
System Red Green Blue C M Y K H S L
Decimal 191 217 96 0.12 0 0.56 0.15 72.89 0.61 0.61
Hex BF D9 60 C 0 38 F 49 3D 3D
Octal 277 331 140 14 0 70 17 111 75 75
Binary 10111111 11011001 1100000 1100 0 111000 1111 1001001 111101 111101

Color Harmonies of #BFD960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD960

Black with #BFD960

Text Example


Text Example

White with #BFD960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD960; }

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

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

background-color css

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

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

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

border-color css

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

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

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