Html Css Color HEX #BFD072 Wild Willow

📋 copy color: '#BFD072'

red 191 ◦ green 208 ◦ blue 114

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

Shades of Wild Willow #BFD072

Tints of Wild Willow #BFD072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.22%

R = 37.23%
G = 40.55%
B = 22.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#BFD072 (or 0xBFD072) is known color: Wild Willow. HEX triplet: BF, D0 and 72. RGB value is (191,208,114). Sum of RGB (Red+Green+Blue) = 191+208+114=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD072 is #402F8D. Grayscale: #C0C0C0. Windows color (decimal): -4206478 or 7524543. OLE color: 7524543.

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

Color convert

RGB 191 208 114 -
CMYK 0.08 0 0.45 0.18
HSL 70.85º 0.5% 0.63% -
HSV(B) 70.85º 0.45% 0.82% -
XYZ 47.08 57.4 24.52 -
YUV 192.2 83.87 127.14 -
System Red Green Blue C M Y K H S L
Decimal 191 208 114 0.08 0 0.45 0.18 70.85 0.5 0.63
Hex BF D0 72 8 0 2D 12 47 32 3F
Octal 277 320 162 10 0 55 22 107 62 77
Binary 10111111 11010000 1110010 1000 0 101101 10010 1000111 110010 111111

Color Harmonies of #BFD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD072

Black with #BFD072

Text Example


Text Example

White with #BFD072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD072; }

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

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

background-color css

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

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

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

border-color css

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

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

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