Html Css Color HEX #BFD35D Wild Willow

📋 copy color: '#BFD35D'

red 191 ◦ green 211 ◦ blue 93

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

Shades of Wild Willow #BFD35D

Tints of Wild Willow #BFD35D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.63%

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

R = 38.59%
G = 42.63%
B = 18.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#BFD35D (or 0xBFD35D) is known color: Wild Willow. HEX triplet: BF, D3 and 5D. RGB value is (191,211,93). Sum of RGB (Red+Green+Blue) = 191+211+93=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD35D is #402CA2. Grayscale: #C0C0C0. Windows color (decimal): -4205731 or 6149055. OLE color: 6149055.

HSL color Cylindrical-coordinate representation of color #BFD35D: hue angle of 70.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFD35D is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 211 93 -
CMYK 0.09 0 0.56 0.17
HSL 70.17º 0.57% 0.6% -
HSV(B) 70.17º 0.56% 0.83% -
XYZ 46.76 58.46 19.17 -
YUV 191.57 72.37 127.59 -
System Red Green Blue C M Y K H S L
Decimal 191 211 93 0.09 0 0.56 0.17 70.17 0.57 0.6
Hex BF D3 5D 9 0 38 11 46 39 3C
Octal 277 323 135 11 0 70 21 106 71 74
Binary 10111111 11010011 1011101 1001 0 111000 10001 1000110 111001 111100

Color Harmonies of #BFD35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD35D

Black with #BFD35D

Text Example


Text Example

White with #BFD35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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