Html Css Color HEX #BFCD5D Wild Willow

📋 copy color: '#BFCD5D'

red 191 ◦ green 205 ◦ blue 93

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

Shades of Wild Willow #BFCD5D

Tints of Wild Willow #BFCD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.02%

R = 39.06%
G = 41.92%
B = 19.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#BFCD5D (or 0xBFCD5D) is known color: Wild Willow. HEX triplet: BF, CD and 5D. RGB value is (191,205,93). Sum of RGB (Red+Green+Blue) = 191+205+93=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD5D is #4032A2. Grayscale: #BCBCBC. Windows color (decimal): -4207267 or 6147519. OLE color: 6147519.

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

Color convert

RGB 191 205 93 -
CMYK 0.07 0 0.55 0.20
HSL 67.5º 0.53% 0.58% -
HSV(B) 67.5º 0.55% 0.8% -
XYZ 45.29 55.53 18.69 -
YUV 188.05 74.36 130.11 -
System Red Green Blue C M Y K H S L
Decimal 191 205 93 0.07 0 0.55 0.20 67.5 0.53 0.58
Hex BF CD 5D 7 0 37 14 44 35 3A
Octal 277 315 135 7 0 67 24 104 65 72
Binary 10111111 11001101 1011101 111 0 110111 10100 1000100 110101 111010

Color Harmonies of #BFCD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD5D

Black with #BFCD5D

Text Example


Text Example

White with #BFCD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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