Html Css Color HEX #BFD965 Wild Willow

📋 copy color: '#BFD965'

red 191 ◦ green 217 ◦ blue 101

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

Shades of Wild Willow #BFD965

Tints of Wild Willow #BFD965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.84%

R = 37.52%
G = 42.63%
B = 19.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#BFD965 (or 0xBFD965) is known color: Wild Willow. HEX triplet: BF, D9 and 65. RGB value is (191,217,101). Sum of RGB (Red+Green+Blue) = 191+217+101=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD965 is #40269A. Grayscale: #C4C4C4. Windows color (decimal): -4204187 or 6674879. OLE color: 6674879.

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

Color convert

RGB 191 217 101 -
CMYK 0.12 0 0.53 0.15
HSL 73.45º 0.6% 0.62% -
HSV(B) 73.45º 0.53% 0.85% -
XYZ 48.65 61.64 21.65 -
YUV 196 74.39 124.43 -
System Red Green Blue C M Y K H S L
Decimal 191 217 101 0.12 0 0.53 0.15 73.45 0.6 0.62
Hex BF D9 65 C 0 35 F 49 3C 3E
Octal 277 331 145 14 0 65 17 111 74 76
Binary 10111111 11011001 1100101 1100 0 110101 1111 1001001 111100 111110

Color Harmonies of #BFD965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD965

Black with #BFD965

Text Example


Text Example

White with #BFD965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD965; }

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

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

background-color css

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

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

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

border-color css

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

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

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