Html Css Color HEX #BFDA5F Wild Willow

📋 copy color: '#BFDA5F'

red 191 ◦ green 218 ◦ blue 95

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

Shades of Wild Willow #BFDA5F

Tints of Wild Willow #BFDA5F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.25%

 BLUE value IS 95 (37.5% from 255) = 18.85%

R = 37.9%
G = 43.25%
B = 18.85%

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

#BFDA5F (or 0xBFDA5F) is known color: Wild Willow. HEX triplet: BF, DA and 5F. RGB value is (191,218,95). Sum of RGB (Red+Green+Blue) = 191+218+95=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA5F is #4025A0. Grayscale: #C4C4C4. Windows color (decimal): -4203937 or 6281919. OLE color: 6281919.

HSL color Cylindrical-coordinate representation of color #BFDA5F: hue angle of 73.17º degrees, saturation: 0.62, 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 #BFDA5F is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 95 -
CMYK 0.12 0 0.56 0.15
HSL 73.17º 0.62% 0.61% -
HSV(B) 73.17º 0.56% 0.85% -
XYZ 48.62 62.05 20.24 -
YUV 195.91 71.05 124.5 -
System Red Green Blue C M Y K H S L
Decimal 191 218 95 0.12 0 0.56 0.15 73.17 0.62 0.61
Hex BF DA 5F C 0 38 F 49 3E 3D
Octal 277 332 137 14 0 70 17 111 76 75
Binary 10111111 11011010 1011111 1100 0 111000 1111 1001001 111110 111101

Color Harmonies of #BFDA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA5F

Black with #BFDA5F

Text Example


Text Example

White with #BFDA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA5F; }

 p { color: rgb(191,218,95); }

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

background-color css

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

 a { background-color: rgb(191,218,95); }

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

border-color css

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

 span { border-color: rgb(191,218,95); }

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