Html Css Color HEX #BFD362 Wild Willow

📋 copy color: '#BFD362'

red 191 ◦ green 211 ◦ blue 98

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

Shades of Wild Willow #BFD362

Tints of Wild Willow #BFD362

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.2%

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

R = 38.2%
G = 42.2%
B = 19.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#BFD362 (or 0xBFD362) is known color: Wild Willow. HEX triplet: BF, D3 and 62. RGB value is (191,211,98). Sum of RGB (Red+Green+Blue) = 191+211+98=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD362 is #402C9D. Grayscale: #C0C0C0. Windows color (decimal): -4205726 or 6476735. OLE color: 6476735.

HSL color Cylindrical-coordinate representation of color #BFD362: hue angle of 70.62º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFD362 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 211 98 -
CMYK 0.09 0 0.54 0.17
HSL 70.62º 0.56% 0.61% -
HSV(B) 70.62º 0.54% 0.83% -
XYZ 46.98 58.55 20.38 -
YUV 192.14 74.87 127.19 -
System Red Green Blue C M Y K H S L
Decimal 191 211 98 0.09 0 0.54 0.17 70.62 0.56 0.61
Hex BF D3 62 9 0 36 11 47 38 3D
Octal 277 323 142 11 0 66 21 107 70 75
Binary 10111111 11010011 1100010 1001 0 110110 10001 1000111 111000 111101

Color Harmonies of #BFD362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD362

Black with #BFD362

Text Example


Text Example

White with #BFD362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD362; }

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

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

background-color css

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

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

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

border-color css

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

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

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