Html Css Color HEX #BCCD90 Sprout

📋 copy color: '#BCCD90'

red 188 ◦ green 205 ◦ blue 144

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

Shades of Sprout #BCCD90

Tints of Sprout #BCCD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.82%

R = 35.01%
G = 38.18%
B = 26.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#BCCD90 (or 0xBCCD90) is known color: Sprout. HEX triplet: BC, CD and 90. RGB value is (188,205,144). Sum of RGB (Red+Green+Blue) = 188+205+144=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD90 is #43326F. Grayscale: #C1C1C1. Windows color (decimal): -4403824 or 9489852. OLE color: 9489852.

HSL color Cylindrical-coordinate representation of color #BCCD90: hue angle of 76.72º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCCD90 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 144 -
CMYK 0.08 0 0.30 0.20
HSL 76.72º 0.38% 0.68% -
HSV(B) 76.72º 0.3% 0.8% -
XYZ 47.6 56.37 34.76 -
YUV 192.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 188 205 144 0.08 0 0.30 0.20 76.72 0.38 0.68
Hex BC CD 90 8 0 1E 14 4D 26 44
Octal 274 315 220 10 0 36 24 115 46 104
Binary 10111100 11001101 10010000 1000 0 11110 10100 1001101 100110 1000100

Color Harmonies of #BCCD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD90

Black with #BCCD90

Text Example


Text Example

White with #BCCD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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