Html Css Color HEX #BFC96F Wild Willow

📋 copy color: '#BFC96F'

red 191 ◦ green 201 ◦ blue 111

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

Shades of Wild Willow #BFC96F

Tints of Wild Willow #BFC96F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.96%

 BLUE value IS 111 (43.75% from 255) = 22.07%

R = 37.97%
G = 39.96%
B = 22.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#BFC96F (or 0xBFC96F) is known color: Wild Willow. HEX triplet: BF, C9 and 6F. RGB value is (191,201,111). Sum of RGB (Red+Green+Blue) = 191+201+111=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC96F is #403690. Grayscale: #BCBCBC. Windows color (decimal): -4208273 or 7326143. OLE color: 7326143.

HSL color Cylindrical-coordinate representation of color #BFC96F: hue angle of 66.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFC96F is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 111 -
CMYK 0.05 0 0.45 0.21
HSL 66.67º 0.45% 0.61% -
HSV(B) 66.67º 0.45% 0.79% -
XYZ 45.24 54 23.08 -
YUV 187.75 84.69 130.32 -
System Red Green Blue C M Y K H S L
Decimal 191 201 111 0.05 0 0.45 0.21 66.67 0.45 0.61
Hex BF C9 6F 5 0 2D 15 43 2D 3D
Octal 277 311 157 5 0 55 25 103 55 75
Binary 10111111 11001001 1101111 101 0 101101 10101 1000011 101101 111101

Color Harmonies of #BFC96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC96F

Black with #BFC96F

Text Example


Text Example

White with #BFC96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC96F; }

 p { color: rgb(191,201,111); }

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

background-color css

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

 a { background-color: rgb(191,201,111); }

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

border-color css

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

 span { border-color: rgb(191,201,111); }

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