Html Css Color HEX #BFC962 Wild Willow

📋 copy color: '#BFC962'

red 191 ◦ green 201 ◦ blue 98

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

Shades of Wild Willow #BFC962

Tints of Wild Willow #BFC962

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.02%

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

R = 38.98%
G = 41.02%
B = 20%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#BFC962 (or 0xBFC962) is known color: Wild Willow. HEX triplet: BF, C9 and 62. RGB value is (191,201,98). Sum of RGB (Red+Green+Blue) = 191+201+98=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC962 is #40369D. Grayscale: #BABABA. Windows color (decimal): -4208286 or 6474175. OLE color: 6474175.

HSL color Cylindrical-coordinate representation of color #BFC962: hue angle of 65.83º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFC962 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 98 -
CMYK 0.05 0 0.51 0.21
HSL 65.83º 0.49% 0.59% -
HSV(B) 65.83º 0.51% 0.79% -
XYZ 44.58 53.73 19.58 -
YUV 186.27 78.19 131.38 -
System Red Green Blue C M Y K H S L
Decimal 191 201 98 0.05 0 0.51 0.21 65.83 0.49 0.59
Hex BF C9 62 5 0 33 15 42 31 3B
Octal 277 311 142 5 0 63 25 102 61 73
Binary 10111111 11001001 1100010 101 0 110011 10101 1000010 110001 111011

Color Harmonies of #BFC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC962

Black with #BFC962

Text Example


Text Example

White with #BFC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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