Html Css Color HEX #BCCD6E Wild Willow

📋 copy color: '#BCCD6E'

red 188 ◦ green 205 ◦ blue 110

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

Shades of Wild Willow #BCCD6E

Tints of Wild Willow #BCCD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.87%

R = 37.38%
G = 40.76%
B = 21.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#BCCD6E (or 0xBCCD6E) is known color: Wild Willow. HEX triplet: BC, CD and 6E. RGB value is (188,205,110). Sum of RGB (Red+Green+Blue) = 188+205+110=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD6E is #433291. Grayscale: #BDBDBD. Windows color (decimal): -4403858 or 7261628. OLE color: 7261628.

HSL color Cylindrical-coordinate representation of color #BCCD6E: hue angle of 70.74º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCCD6E is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 110 -
CMYK 0.08 0 0.46 0.20
HSL 70.74º 0.49% 0.62% -
HSV(B) 70.74º 0.46% 0.8% -
XYZ 45.38 55.48 23.07 -
YUV 189.09 83.37 127.22 -
System Red Green Blue C M Y K H S L
Decimal 188 205 110 0.08 0 0.46 0.20 70.74 0.49 0.62
Hex BC CD 6E 8 0 2E 14 47 31 3E
Octal 274 315 156 10 0 56 24 107 61 76
Binary 10111100 11001101 1101110 1000 0 101110 10100 1000111 110001 111110

Color Harmonies of #BCCD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD6E

Black with #BCCD6E

Text Example


Text Example

White with #BCCD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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