Html Css Color HEX #BFD05A Wild Willow

📋 copy color: '#BFD05A'

red 191 ◦ green 208 ◦ blue 90

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

Shades of Wild Willow #BFD05A

Tints of Wild Willow #BFD05A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.54%

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

R = 39.06%
G = 42.54%
B = 18.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#BFD05A (or 0xBFD05A) is known color: Wild Willow. HEX triplet: BF, D0 and 5A. RGB value is (191,208,90). Sum of RGB (Red+Green+Blue) = 191+208+90=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD05A is #402FA5. Grayscale: #BDBDBD. Windows color (decimal): -4206502 or 5951679. OLE color: 5951679.

HSL color Cylindrical-coordinate representation of color #BFD05A: hue angle of 68.64º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFD05A is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 90 -
CMYK 0.08 0 0.57 0.18
HSL 68.64º 0.56% 0.58% -
HSV(B) 68.64º 0.57% 0.82% -
XYZ 45.89 56.93 18.24 -
YUV 189.47 71.87 129.09 -
System Red Green Blue C M Y K H S L
Decimal 191 208 90 0.08 0 0.57 0.18 68.64 0.56 0.58
Hex BF D0 5A 8 0 39 12 45 38 3A
Octal 277 320 132 10 0 71 22 105 70 72
Binary 10111111 11010000 1011010 1000 0 111001 10010 1000101 111000 111010

Color Harmonies of #BFD05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD05A

Black with #BFD05A

Text Example


Text Example

White with #BFD05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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