Html Css Color HEX #BFC85D Wild Willow

📋 copy color: '#BFC85D'

red 191 ◦ green 200 ◦ blue 93

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

Shades of Wild Willow #BFC85D

Tints of Wild Willow #BFC85D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.32%

 BLUE value IS 93 (36.72% from 255) = 19.21%

R = 39.46%
G = 41.32%
B = 19.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#BFC85D (or 0xBFC85D) is known color: Wild Willow. HEX triplet: BF, C8 and 5D. RGB value is (191,200,93). Sum of RGB (Red+Green+Blue) = 191+200+93=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC85D is #4037A2. Grayscale: #B9B9B9. Windows color (decimal): -4208547 or 6146239. OLE color: 6146239.

HSL color Cylindrical-coordinate representation of color #BFC85D: hue angle of 65.05º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFC85D is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 200 93 -
CMYK 0.04 0 0.54 0.22
HSL 65.05º 0.49% 0.57% -
HSV(B) 65.05º 0.54% 0.78% -
XYZ 44.12 53.18 18.29 -
YUV 185.11 76.02 132.2 -
System Red Green Blue C M Y K H S L
Decimal 191 200 93 0.04 0 0.54 0.22 65.05 0.49 0.57
Hex BF C8 5D 4 0 36 16 41 31 39
Octal 277 310 135 4 0 66 26 101 61 71
Binary 10111111 11001000 1011101 100 0 110110 10110 1000001 110001 111001

Color Harmonies of #BFC85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC85D

Black with #BFC85D

Text Example


Text Example

White with #BFC85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC85D; }

 p { color: rgb(191,200,93); }

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

background-color css

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

 a { background-color: rgb(191,200,93); }

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

border-color css

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

 span { border-color: rgb(191,200,93); }

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