Html Css Color HEX #BFD460 Wild Willow

📋 copy color: '#BFD460'

red 191 ◦ green 212 ◦ blue 96

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

Shades of Wild Willow #BFD460

Tints of Wild Willow #BFD460

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.48%

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

R = 38.28%
G = 42.48%
B = 19.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#BFD460 (or 0xBFD460) is known color: Wild Willow. HEX triplet: BF, D4 and 60. RGB value is (191,212,96). Sum of RGB (Red+Green+Blue) = 191+212+96=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD460 is #402B9F. Grayscale: #C0C0C0. Windows color (decimal): -4205472 or 6345919. OLE color: 6345919.

HSL color Cylindrical-coordinate representation of color #BFD460: hue angle of 70.86º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFD460 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 212 96 -
CMYK 0.10 0 0.55 0.17
HSL 70.86º 0.57% 0.6% -
HSV(B) 70.86º 0.55% 0.83% -
XYZ 47.14 59.01 19.97 -
YUV 192.5 73.54 126.93 -
System Red Green Blue C M Y K H S L
Decimal 191 212 96 0.10 0 0.55 0.17 70.86 0.57 0.6
Hex BF D4 60 A 0 37 11 47 39 3C
Octal 277 324 140 12 0 67 21 107 71 74
Binary 10111111 11010100 1100000 1010 0 110111 10001 1000111 111001 111100

Color Harmonies of #BFD460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD460

Black with #BFD460

Text Example


Text Example

White with #BFD460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD460; }

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

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

background-color css

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

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

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

border-color css

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

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

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