Html Css Color HEX #BCCD93 Sprout

📋 copy color: '#BCCD93'

red 188 ◦ green 205 ◦ blue 147

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

Shades of Sprout #BCCD93

Tints of Sprout #BCCD93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.22%

R = 34.81%
G = 37.96%
B = 27.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#BCCD93 (or 0xBCCD93) is known color: Sprout. HEX triplet: BC, CD and 93. RGB value is (188,205,147). Sum of RGB (Red+Green+Blue) = 188+205+147=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD93 is #43326C. Grayscale: #C1C1C1. Windows color (decimal): -4403821 or 9686460. OLE color: 9686460.

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

Color convert

RGB 188 205 147 -
CMYK 0.08 0 0.28 0.20
HSL 77.59º 0.37% 0.69% -
HSV(B) 77.59º 0.28% 0.8% -
XYZ 47.84 56.46 35.98 -
YUV 193.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 188 205 147 0.08 0 0.28 0.20 77.59 0.37 0.69
Hex BC CD 93 8 0 1C 14 4E 25 45
Octal 274 315 223 10 0 34 24 116 45 105
Binary 10111100 11001101 10010011 1000 0 11100 10100 1001110 100101 1000101

Color Harmonies of #BCCD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD93

Black with #BCCD93

Text Example


Text Example

White with #BCCD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD93; }

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

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

background-color css

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

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

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

border-color css

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

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

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