Html Css Color HEX #BFD070 Wild Willow

📋 copy color: '#BFD070'

red 191 ◦ green 208 ◦ blue 112

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

Shades of Wild Willow #BFD070

Tints of Wild Willow #BFD070

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.7%

 BLUE value IS 112 (44.14% from 255) = 21.92%

R = 37.38%
G = 40.7%
B = 21.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#BFD070 (or 0xBFD070) is known color: Wild Willow. HEX triplet: BF, D0 and 70. RGB value is (191,208,112). Sum of RGB (Red+Green+Blue) = 191+208+112=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD070 is #402F8F. Grayscale: #C0C0C0. Windows color (decimal): -4206480 or 7393471. OLE color: 7393471.

HSL color Cylindrical-coordinate representation of color #BFD070: hue angle of 70.62º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFD070 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 112 -
CMYK 0.08 0 0.46 0.18
HSL 70.62º 0.51% 0.63% -
HSV(B) 70.62º 0.46% 0.82% -
XYZ 46.97 57.36 23.93 -
YUV 191.97 82.87 127.31 -
System Red Green Blue C M Y K H S L
Decimal 191 208 112 0.08 0 0.46 0.18 70.62 0.51 0.63
Hex BF D0 70 8 0 2E 12 47 33 3F
Octal 277 320 160 10 0 56 22 107 63 77
Binary 10111111 11010000 1110000 1000 0 101110 10010 1000111 110011 111111

Color Harmonies of #BFD070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD070

Black with #BFD070

Text Example


Text Example

White with #BFD070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD070; }

 p { color: rgb(191,208,112); }

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

background-color css

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

 a { background-color: rgb(191,208,112); }

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

border-color css

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

 span { border-color: rgb(191,208,112); }

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