Html Css Color HEX #BFD760 Wild Willow

📋 copy color: '#BFD760'

red 191 ◦ green 215 ◦ blue 96

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

Shades of Wild Willow #BFD760

Tints of Wild Willow #BFD760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.83%

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

R = 38.05%
G = 42.83%
B = 19.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#BFD760 (or 0xBFD760) is known color: Wild Willow. HEX triplet: BF, D7 and 60. RGB value is (191,215,96). Sum of RGB (Red+Green+Blue) = 191+215+96=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD760 is #40289F. Grayscale: #C2C2C2. Windows color (decimal): -4204704 or 6346687. OLE color: 6346687.

HSL color Cylindrical-coordinate representation of color #BFD760: hue angle of 72.1º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFD760 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 215 96 -
CMYK 0.11 0 0.55 0.16
HSL 72.1º 0.6% 0.61% -
HSV(B) 72.1º 0.55% 0.84% -
XYZ 47.9 60.52 20.22 -
YUV 194.26 72.55 125.68 -
System Red Green Blue C M Y K H S L
Decimal 191 215 96 0.11 0 0.55 0.16 72.1 0.6 0.61
Hex BF D7 60 B 0 37 10 48 3C 3D
Octal 277 327 140 13 0 67 20 110 74 75
Binary 10111111 11010111 1100000 1011 0 110111 10000 1001000 111100 111101

Color Harmonies of #BFD760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD760

Black with #BFD760

Text Example


Text Example

White with #BFD760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD760; }

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

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

background-color css

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

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

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

border-color css

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

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

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