Html Css Color HEX #BCCC90 Sprout

📋 copy color: '#BCCC90'

red 188 ◦ green 204 ◦ blue 144

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

Shades of Sprout #BCCC90

Tints of Sprout #BCCC90

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.06%

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

R = 35.07%
G = 38.06%
B = 26.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#BCCC90 (or 0xBCCC90) is known color: Sprout. HEX triplet: BC, CC and 90. RGB value is (188,204,144). Sum of RGB (Red+Green+Blue) = 188+204+144=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC90 is #43336F. Grayscale: #C0C0C0. Windows color (decimal): -4404080 or 9489596. OLE color: 9489596.

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

Color convert

RGB 188 204 144 -
CMYK 0.08 0 0.29 0.2
HSL 76º 0.37% 0.68% -
HSV(B) 76º 0.29% 0.8% -
XYZ 47.37 55.89 34.68 -
YUV 192.38 100.7 124.88 -
System Red Green Blue C M Y K H S L
Decimal 188 204 144 0.08 0 0.29 0.2 76 0.37 0.68
Hex BC CC 90 8 0 1D 14 4C 25 44
Octal 274 314 220 10 0 35 24 114 45 104
Binary 10111100 11001100 10010000 1000 0 11101 10100 1001100 100101 1000100

Color Harmonies of #BCCC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC90

Black with #BCCC90

Text Example


Text Example

White with #BCCC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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