Html Css Color HEX #BFD562 Wild Willow

📋 copy color: '#BFD562'

red 191 ◦ green 213 ◦ blue 98

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

Shades of Wild Willow #BFD562

Tints of Wild Willow #BFD562

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.43%

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

R = 38.05%
G = 42.43%
B = 19.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#BFD562 (or 0xBFD562) is known color: Wild Willow. HEX triplet: BF, D5 and 62. RGB value is (191,213,98). Sum of RGB (Red+Green+Blue) = 191+213+98=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD562 is #402A9D. Grayscale: #C1C1C1. Windows color (decimal): -4205214 or 6477247. OLE color: 6477247.

HSL color Cylindrical-coordinate representation of color #BFD562: hue angle of 71.48º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFD562 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 98 -
CMYK 0.10 0 0.54 0.16
HSL 71.48º 0.58% 0.61% -
HSV(B) 71.48º 0.54% 0.84% -
XYZ 47.48 59.55 20.55 -
YUV 193.31 74.21 126.35 -
System Red Green Blue C M Y K H S L
Decimal 191 213 98 0.10 0 0.54 0.16 71.48 0.58 0.61
Hex BF D5 62 A 0 36 10 47 3A 3D
Octal 277 325 142 12 0 66 20 107 72 75
Binary 10111111 11010101 1100010 1010 0 110110 10000 1000111 111010 111101

Color Harmonies of #BFD562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD562

Black with #BFD562

Text Example


Text Example

White with #BFD562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD562; }

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

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

background-color css

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

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

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

border-color css

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

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

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