Html Css Color HEX #BFC05F Wild Willow

📋 copy color: '#BFC05F'

red 191 ◦ green 192 ◦ blue 95

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

Shades of Wild Willow #BFC05F

Tints of Wild Willow #BFC05F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.17%

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

R = 39.96%
G = 40.17%
B = 19.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BFC05F (or 0xBFC05F) is known color: Wild Willow. HEX triplet: BF, C0 and 5F. RGB value is (191,192,95). Sum of RGB (Red+Green+Blue) = 191+192+95=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC05F is #403FA0. Grayscale: #B5B5B5. Windows color (decimal): -4210593 or 6275263. OLE color: 6275263.

HSL color Cylindrical-coordinate representation of color #BFC05F: hue angle of 60.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFC05F is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 192 95 -
CMYK 0.01 0 0.51 0.25
HSL 60.62º 0.43% 0.56% -
HSV(B) 60.62º 0.51% 0.75% -
XYZ 42.4 49.6 18.17 -
YUV 180.64 79.67 135.39 -
System Red Green Blue C M Y K H S L
Decimal 191 192 95 0.01 0 0.51 0.25 60.62 0.43 0.56
Hex BF C0 5F 1 0 33 19 3D 2B 38
Octal 277 300 137 1 0 63 31 75 53 70
Binary 10111111 11000000 1011111 1 0 110011 11001 111101 101011 111000

Color Harmonies of #BFC05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC05F

Black with #BFC05F

Text Example


Text Example

White with #BFC05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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