Html Css Color HEX #BFD674 Wild Willow

📋 copy color: '#BFD674'

red 191 ◦ green 214 ◦ blue 116

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

Shades of Wild Willow #BFD674

Tints of Wild Willow #BFD674

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.07%

 BLUE value IS 116 (45.7% from 255) = 22.26%

R = 36.66%
G = 41.07%
B = 22.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#BFD674 (or 0xBFD674) is known color: Wild Willow. HEX triplet: BF, D6 and 74. RGB value is (191,214,116). Sum of RGB (Red+Green+Blue) = 191+214+116=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD674 is #40298B. Grayscale: #C4C4C4. Windows color (decimal): -4204940 or 7657151. OLE color: 7657151.

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

Color convert

RGB 191 214 116 -
CMYK 0.11 0 0.46 0.16
HSL 74.08º 0.54% 0.65% -
HSV(B) 74.08º 0.46% 0.84% -
XYZ 48.68 60.43 25.62 -
YUV 195.95 82.88 124.47 -
System Red Green Blue C M Y K H S L
Decimal 191 214 116 0.11 0 0.46 0.16 74.08 0.54 0.65
Hex BF D6 74 B 0 2E 10 4A 36 41
Octal 277 326 164 13 0 56 20 112 66 101
Binary 10111111 11010110 1110100 1011 0 101110 10000 1001010 110110 1000001

Color Harmonies of #BFD674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD674

Black with #BFD674

Text Example


Text Example

White with #BFD674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD674; }

 p { color: rgb(191,214,116); }

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

background-color css

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

 a { background-color: rgb(191,214,116); }

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

border-color css

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

 span { border-color: rgb(191,214,116); }

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