Html Css Color HEX #BFC364 Wild Willow

📋 copy color: '#BFC364'

red 191 ◦ green 195 ◦ blue 100

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

Shades of Wild Willow #BFC364

Tints of Wild Willow #BFC364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.12%

 BLUE value IS 100 (39.45% from 255) = 20.58%

R = 39.3%
G = 40.12%
B = 20.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#BFC364 (or 0xBFC364) is known color: Wild Willow. HEX triplet: BF, C3 and 64. RGB value is (191,195,100). Sum of RGB (Red+Green+Blue) = 191+195+100=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC364 is #403C9B. Grayscale: #B7B7B7. Windows color (decimal): -4209820 or 6603711. OLE color: 6603711.

HSL color Cylindrical-coordinate representation of color #BFC364: hue angle of 62.53º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFC364 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 195 100 -
CMYK 0.02 0 0.49 0.24
HSL 62.53º 0.44% 0.58% -
HSV(B) 62.53º 0.49% 0.76% -
XYZ 43.3 51.03 19.62 -
YUV 182.97 81.17 133.72 -
System Red Green Blue C M Y K H S L
Decimal 191 195 100 0.02 0 0.49 0.24 62.53 0.44 0.58
Hex BF C3 64 2 0 31 18 3F 2C 3A
Octal 277 303 144 2 0 61 30 77 54 72
Binary 10111111 11000011 1100100 10 0 110001 11000 111111 101100 111010

Color Harmonies of #BFC364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC364

Black with #BFC364

Text Example


Text Example

White with #BFC364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC364; }

 p { color: rgb(191,195,100); }

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

background-color css

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

 a { background-color: rgb(191,195,100); }

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

border-color css

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

 span { border-color: rgb(191,195,100); }

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