Html Css Color HEX #BFD75D Wild Willow

📋 copy color: '#BFD75D'

red 191 ◦ green 215 ◦ blue 93

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

Shades of Wild Willow #BFD75D

Tints of Wild Willow #BFD75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.64%

R = 38.28%
G = 43.09%
B = 18.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#BFD75D (or 0xBFD75D) is known color: Wild Willow. HEX triplet: BF, D7 and 5D. RGB value is (191,215,93). Sum of RGB (Red+Green+Blue) = 191+215+93=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD75D is #4028A2. Grayscale: #C2C2C2. Windows color (decimal): -4204707 or 6150079. OLE color: 6150079.

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

Color convert

RGB 191 215 93 -
CMYK 0.11 0 0.57 0.16
HSL 71.8º 0.6% 0.6% -
HSV(B) 71.8º 0.57% 0.84% -
XYZ 47.76 60.47 19.51 -
YUV 193.92 71.05 125.92 -
System Red Green Blue C M Y K H S L
Decimal 191 215 93 0.11 0 0.57 0.16 71.8 0.6 0.6
Hex BF D7 5D B 0 39 10 48 3C 3C
Octal 277 327 135 13 0 71 20 110 74 74
Binary 10111111 11010111 1011101 1011 0 111001 10000 1001000 111100 111100

Color Harmonies of #BFD75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD75D

Black with #BFD75D

Text Example


Text Example

White with #BFD75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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