Html Css Color HEX #BCCF5D Wild Willow

📋 copy color: '#BCCF5D'

red 188 ◦ green 207 ◦ blue 93

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

Shades of Wild Willow #BCCF5D

Tints of Wild Willow #BCCF5D

RGB

 RED value IS 188 (73.83% from 255) = 38.52%

 GREEN value IS 207 (81.25% from 255) = 42.42%

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

R = 38.52%
G = 42.42%
B = 19.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#BCCF5D (or 0xBCCF5D) is known color: Wild Willow. HEX triplet: BC, CF and 5D. RGB value is (188,207,93). Sum of RGB (Red+Green+Blue) = 188+207+93=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF5D is #4330A2. Grayscale: #BCBCBC. Windows color (decimal): -4403363 or 6148028. OLE color: 6148028.

HSL color Cylindrical-coordinate representation of color #BCCF5D: hue angle of 70º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCCF5D is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 93 -
CMYK 0.09 0 0.55 0.19
HSL 70º 0.54% 0.59% -
HSV(B) 70º 0.55% 0.81% -
XYZ 45.03 56.11 18.81 -
YUV 188.32 74.21 127.77 -
System Red Green Blue C M Y K H S L
Decimal 188 207 93 0.09 0 0.55 0.19 70 0.54 0.59
Hex BC CF 5D 9 0 37 13 46 36 3B
Octal 274 317 135 11 0 67 23 106 66 73
Binary 10111100 11001111 1011101 1001 0 110111 10011 1000110 110110 111011

Color Harmonies of #BCCF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF5D

Black with #BCCF5D

Text Example


Text Example

White with #BCCF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF5D; }

 p { color: rgb(188,207,93); }

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

background-color css

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

 a { background-color: rgb(188,207,93); }

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

border-color css

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

 span { border-color: rgb(188,207,93); }

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