Html Css Color HEX #BFC05A Wild Willow

📋 copy color: '#BFC05A'

red 191 ◦ green 192 ◦ blue 90

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

Shades of Wild Willow #BFC05A

Tints of Wild Willow #BFC05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.03%

R = 40.38%
G = 40.59%
B = 19.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BFC05A (or 0xBFC05A) is known color: Wild Willow. HEX triplet: BF, C0 and 5A. RGB value is (191,192,90). Sum of RGB (Red+Green+Blue) = 191+192+90=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC05A is #403FA5. Grayscale: #B4B4B4. Windows color (decimal): -4210598 or 5947583. OLE color: 5947583.

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

Color convert

RGB 191 192 90 -
CMYK 0.01 0 0.53 0.25
HSL 60.59º 0.45% 0.55% -
HSV(B) 60.59º 0.53% 0.75% -
XYZ 42.18 49.51 17.01 -
YUV 180.07 77.17 135.79 -
System Red Green Blue C M Y K H S L
Decimal 191 192 90 0.01 0 0.53 0.25 60.59 0.45 0.55
Hex BF C0 5A 1 0 35 19 3D 2D 37
Octal 277 300 132 1 0 65 31 75 55 67
Binary 10111111 11000000 1011010 1 0 110101 11001 111101 101101 110111

Color Harmonies of #BFC05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC05A

Black with #BFC05A

Text Example


Text Example

White with #BFC05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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