Html Css Color HEX #BFD85B Wild Willow

📋 copy color: '#BFD85B'

red 191 ◦ green 216 ◦ blue 91

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

Shades of Wild Willow #BFD85B

Tints of Wild Willow #BFD85B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.37%

 BLUE value IS 91 (35.94% from 255) = 18.27%

R = 38.35%
G = 43.37%
B = 18.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#BFD85B (or 0xBFD85B) is known color: Wild Willow. HEX triplet: BF, D8 and 5B. RGB value is (191,216,91). Sum of RGB (Red+Green+Blue) = 191+216+91=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD85B is #4027A4. Grayscale: #C2C2C2. Windows color (decimal): -4204453 or 6019263. OLE color: 6019263.

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

Color convert

RGB 191 216 91 -
CMYK 0.12 0 0.58 0.15
HSL 72º 0.62% 0.6% -
HSV(B) 72º 0.58% 0.85% -
XYZ 47.93 60.94 19.13 -
YUV 194.28 69.72 125.66 -
System Red Green Blue C M Y K H S L
Decimal 191 216 91 0.12 0 0.58 0.15 72 0.62 0.6
Hex BF D8 5B C 0 3A F 48 3E 3C
Octal 277 330 133 14 0 72 17 110 76 74
Binary 10111111 11011000 1011011 1100 0 111010 1111 1001000 111110 111100

Color Harmonies of #BFD85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD85B

Black with #BFD85B

Text Example


Text Example

White with #BFD85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD85B; }

 p { color: rgb(191,216,91); }

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

background-color css

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

 a { background-color: rgb(191,216,91); }

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

border-color css

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

 span { border-color: rgb(191,216,91); }

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