Html Css Color HEX #BFC058 Wild Willow

📋 copy color: '#BFC058'

red 191 ◦ green 192 ◦ blue 88

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

Shades of Wild Willow #BFC058

Tints of Wild Willow #BFC058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.68%

R = 40.55%
G = 40.76%
B = 18.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFC058 (or 0xBFC058) is known color: Wild Willow. HEX triplet: BF, C0 and 58. RGB value is (191,192,88). Sum of RGB (Red+Green+Blue) = 191+192+88=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC058 is #403FA7. Grayscale: #B4B4B4. Windows color (decimal): -4210600 or 5816511. OLE color: 5816511.

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

Color convert

RGB 191 192 88 -
CMYK 0.01 0 0.54 0.25
HSL 60.58º 0.45% 0.55% -
HSV(B) 60.58º 0.54% 0.75% -
XYZ 42.1 49.48 16.56 -
YUV 179.85 76.17 135.96 -
System Red Green Blue C M Y K H S L
Decimal 191 192 88 0.01 0 0.54 0.25 60.58 0.45 0.55
Hex BF C0 58 1 0 36 19 3D 2D 37
Octal 277 300 130 1 0 66 31 75 55 67
Binary 10111111 11000000 1011000 1 0 110110 11001 111101 101101 110111

Color Harmonies of #BFC058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC058

Black with #BFC058

Text Example


Text Example

White with #BFC058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC058; }

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

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

background-color css

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

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

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

border-color css

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

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

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