Html Css Color HEX #BFD162 Wild Willow

📋 copy color: '#BFD162'

red 191 ◦ green 209 ◦ blue 98

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

Shades of Wild Willow #BFD162

Tints of Wild Willow #BFD162

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.97%

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

R = 38.35%
G = 41.97%
B = 19.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#BFD162 (or 0xBFD162) is known color: Wild Willow. HEX triplet: BF, D1 and 62. RGB value is (191,209,98). Sum of RGB (Red+Green+Blue) = 191+209+98=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD162 is #402E9D. Grayscale: #BFBFBF. Windows color (decimal): -4206238 or 6476223. OLE color: 6476223.

HSL color Cylindrical-coordinate representation of color #BFD162: hue angle of 69.73º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFD162 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 209 98 -
CMYK 0.09 0 0.53 0.18
HSL 69.73º 0.55% 0.6% -
HSV(B) 69.73º 0.53% 0.82% -
XYZ 46.49 57.56 20.21 -
YUV 190.96 75.54 128.03 -
System Red Green Blue C M Y K H S L
Decimal 191 209 98 0.09 0 0.53 0.18 69.73 0.55 0.6
Hex BF D1 62 9 0 35 12 46 37 3C
Octal 277 321 142 11 0 65 22 106 67 74
Binary 10111111 11010001 1100010 1001 0 110101 10010 1000110 110111 111100

Color Harmonies of #BFD162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD162

Black with #BFD162

Text Example


Text Example

White with #BFD162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD162; }

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

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

background-color css

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

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

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

border-color css

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

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

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