Html Css Color HEX #BFCD72 Wild Willow

📋 copy color: '#BFCD72'

red 191 ◦ green 205 ◦ blue 114

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

Shades of Wild Willow #BFCD72

Tints of Wild Willow #BFCD72

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.2%

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

R = 37.45%
G = 40.2%
B = 22.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#BFCD72 (or 0xBFCD72) is known color: Wild Willow. HEX triplet: BF, CD and 72. RGB value is (191,205,114). Sum of RGB (Red+Green+Blue) = 191+205+114=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD72 is #40328D. Grayscale: #BEBEBE. Windows color (decimal): -4207246 or 7523775. OLE color: 7523775.

HSL color Cylindrical-coordinate representation of color #BFCD72: hue angle of 69.23º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFCD72 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 114 -
CMYK 0.07 0 0.44 0.20
HSL 69.23º 0.48% 0.63% -
HSV(B) 69.23º 0.44% 0.8% -
XYZ 46.35 55.95 24.28 -
YUV 190.44 84.86 128.4 -
System Red Green Blue C M Y K H S L
Decimal 191 205 114 0.07 0 0.44 0.20 69.23 0.48 0.63
Hex BF CD 72 7 0 2C 14 45 30 3F
Octal 277 315 162 7 0 54 24 105 60 77
Binary 10111111 11001101 1110010 111 0 101100 10100 1000101 110000 111111

Color Harmonies of #BFCD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD72

Black with #BFCD72

Text Example


Text Example

White with #BFCD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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