Html Css Color HEX #BFD468 Wild Willow

📋 copy color: '#BFD468'

red 191 ◦ green 212 ◦ blue 104

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

Shades of Wild Willow #BFD468

Tints of Wild Willow #BFD468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.51%

R = 37.67%
G = 41.81%
B = 20.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#BFD468 (or 0xBFD468) is known color: Wild Willow. HEX triplet: BF, D4 and 68. RGB value is (191,212,104). Sum of RGB (Red+Green+Blue) = 191+212+104=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD468 is #402B97. Grayscale: #C1C1C1. Windows color (decimal): -4205464 or 6870207. OLE color: 6870207.

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

Color convert

RGB 191 212 104 -
CMYK 0.10 0 0.51 0.17
HSL 71.67º 0.56% 0.62% -
HSV(B) 71.67º 0.51% 0.83% -
XYZ 47.53 59.16 22.01 -
YUV 193.41 77.54 126.28 -
System Red Green Blue C M Y K H S L
Decimal 191 212 104 0.10 0 0.51 0.17 71.67 0.56 0.62
Hex BF D4 68 A 0 33 11 48 38 3E
Octal 277 324 150 12 0 63 21 110 70 76
Binary 10111111 11010100 1101000 1010 0 110011 10001 1001000 111000 111110

Color Harmonies of #BFD468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD468

Black with #BFD468

Text Example


Text Example

White with #BFD468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD468; }

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

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

background-color css

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

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

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

border-color css

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

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

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