Html Css Color HEX #BFC262 Wild Willow

📋 copy color: '#BFC262'

red 191 ◦ green 194 ◦ blue 98

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

Shades of Wild Willow #BFC262

Tints of Wild Willow #BFC262

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.17%

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

R = 39.54%
G = 40.17%
B = 20.29%

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

#BFC262 (or 0xBFC262) is known color: Wild Willow. HEX triplet: BF, C2 and 62. RGB value is (191,194,98). Sum of RGB (Red+Green+Blue) = 191+194+98=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC262 is #403D9D. Grayscale: #B6B6B6. Windows color (decimal): -4210078 or 6472383. OLE color: 6472383.

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

Color convert

RGB 191 194 98 -
CMYK 0.02 0 0.49 0.24
HSL 61.88º 0.44% 0.57% -
HSV(B) 61.88º 0.49% 0.76% -
XYZ 42.98 50.54 19.05 -
YUV 182.16 80.51 134.31 -
System Red Green Blue C M Y K H S L
Decimal 191 194 98 0.02 0 0.49 0.24 61.88 0.44 0.57
Hex BF C2 62 2 0 31 18 3E 2C 39
Octal 277 302 142 2 0 61 30 76 54 71
Binary 10111111 11000010 1100010 10 0 110001 11000 111110 101100 111001

Color Harmonies of #BFC262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC262

Black with #BFC262

Text Example


Text Example

White with #BFC262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC262; }

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

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

background-color css

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

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

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

border-color css

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

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

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