Html Css Color HEX #BFC662 Wild Willow

📋 copy color: '#BFC662'

red 191 ◦ green 198 ◦ blue 98

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

Shades of Wild Willow #BFC662

Tints of Wild Willow #BFC662

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.66%

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

R = 39.22%
G = 40.66%
B = 20.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#BFC662 (or 0xBFC662) is known color: Wild Willow. HEX triplet: BF, C6 and 62. RGB value is (191,198,98). Sum of RGB (Red+Green+Blue) = 191+198+98=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC662 is #40399D. Grayscale: #B8B8B8. Windows color (decimal): -4209054 or 6473407. OLE color: 6473407.

HSL color Cylindrical-coordinate representation of color #BFC662: hue angle of 64.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFC662 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 198 98 -
CMYK 0.04 0 0.51 0.22
HSL 64.2º 0.47% 0.58% -
HSV(B) 64.2º 0.51% 0.78% -
XYZ 43.88 52.35 19.35 -
YUV 184.51 79.18 132.63 -
System Red Green Blue C M Y K H S L
Decimal 191 198 98 0.04 0 0.51 0.22 64.2 0.47 0.58
Hex BF C6 62 4 0 33 16 40 2F 3A
Octal 277 306 142 4 0 63 26 100 57 72
Binary 10111111 11000110 1100010 100 0 110011 10110 1000000 101111 111010

Color Harmonies of #BFC662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC662

Black with #BFC662

Text Example


Text Example

White with #BFC662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC662; }

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

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

background-color css

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

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

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

border-color css

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

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

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