Html Css Color HEX #BFD462 Wild Willow

📋 copy color: '#BFD462'

red 191 ◦ green 212 ◦ blue 98

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

Shades of Wild Willow #BFD462

Tints of Wild Willow #BFD462

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.32%

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

R = 38.12%
G = 42.32%
B = 19.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#BFD462 (or 0xBFD462) is known color: Wild Willow. HEX triplet: BF, D4 and 62. RGB value is (191,212,98). Sum of RGB (Red+Green+Blue) = 191+212+98=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD462 is #402B9D. Grayscale: #C1C1C1. Windows color (decimal): -4205470 or 6476991. OLE color: 6476991.

HSL color Cylindrical-coordinate representation of color #BFD462: hue angle of 71.05º degrees, saturation: 0.57, 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 #BFD462 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 212 98 -
CMYK 0.10 0 0.54 0.17
HSL 71.05º 0.57% 0.61% -
HSV(B) 71.05º 0.54% 0.83% -
XYZ 47.23 59.05 20.46 -
YUV 192.73 74.54 126.77 -
System Red Green Blue C M Y K H S L
Decimal 191 212 98 0.10 0 0.54 0.17 71.05 0.57 0.61
Hex BF D4 62 A 0 36 11 47 39 3D
Octal 277 324 142 12 0 66 21 107 71 75
Binary 10111111 11010100 1100010 1010 0 110110 10001 1000111 111001 111101

Color Harmonies of #BFD462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD462

Black with #BFD462

Text Example


Text Example

White with #BFD462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD462; }

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

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

background-color css

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

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

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

border-color css

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

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

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