Html Css Color HEX #BFC362 Wild Willow

📋 copy color: '#BFC362'

red 191 ◦ green 195 ◦ blue 98

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

Shades of Wild Willow #BFC362

Tints of Wild Willow #BFC362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.25%

R = 39.46%
G = 40.29%
B = 20.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#BFC362 (or 0xBFC362) is known color: Wild Willow. HEX triplet: BF, C3 and 62. RGB value is (191,195,98). Sum of RGB (Red+Green+Blue) = 191+195+98=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC362 is #403C9D. Grayscale: #B7B7B7. Windows color (decimal): -4209822 or 6472639. OLE color: 6472639.

HSL color Cylindrical-coordinate representation of color #BFC362: hue angle of 62.47º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFC362 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 195 98 -
CMYK 0.02 0 0.50 0.24
HSL 62.47º 0.45% 0.57% -
HSV(B) 62.47º 0.5% 0.76% -
XYZ 43.21 50.99 19.12 -
YUV 182.75 80.17 133.89 -
System Red Green Blue C M Y K H S L
Decimal 191 195 98 0.02 0 0.50 0.24 62.47 0.45 0.57
Hex BF C3 62 2 0 32 18 3E 2D 39
Octal 277 303 142 2 0 62 30 76 55 71
Binary 10111111 11000011 1100010 10 0 110010 11000 111110 101101 111001

Color Harmonies of #BFC362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC362

Black with #BFC362

Text Example


Text Example

White with #BFC362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC362; }

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

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

background-color css

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

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

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

border-color css

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

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

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