Html Css Color HEX #BCCD5D Wild Willow

📋 copy color: '#BCCD5D'

red 188 ◦ green 205 ◦ blue 93

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

Shades of Wild Willow #BCCD5D

Tints of Wild Willow #BCCD5D

RGB

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

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

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

R = 38.68%
G = 42.18%
B = 19.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#BCCD5D (or 0xBCCD5D) is known color: Wild Willow. HEX triplet: BC, CD and 5D. RGB value is (188,205,93). Sum of RGB (Red+Green+Blue) = 188+205+93=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD5D is #4332A2. Grayscale: #BBBBBB. Windows color (decimal): -4403875 or 6147516. OLE color: 6147516.

HSL color Cylindrical-coordinate representation of color #BCCD5D: hue angle of 69.11º 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 #BCCD5D is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 93 -
CMYK 0.08 0 0.55 0.20
HSL 69.11º 0.53% 0.58% -
HSV(B) 69.11º 0.55% 0.8% -
XYZ 44.55 55.14 18.65 -
YUV 187.15 74.87 128.61 -
System Red Green Blue C M Y K H S L
Decimal 188 205 93 0.08 0 0.55 0.20 69.11 0.53 0.58
Hex BC CD 5D 8 0 37 14 45 35 3A
Octal 274 315 135 10 0 67 24 105 65 72
Binary 10111100 11001101 1011101 1000 0 110111 10100 1000101 110101 111010

Color Harmonies of #BCCD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD5D

Black with #BCCD5D

Text Example


Text Example

White with #BCCD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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