Html Css Color HEX #BCCC98 Sprout

📋 copy color: '#BCCC98'

red 188 ◦ green 204 ◦ blue 152

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

Shades of Sprout #BCCC98

Tints of Sprout #BCCC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.94%

R = 34.56%
G = 37.5%
B = 27.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#BCCC98 (or 0xBCCC98) is known color: Sprout. HEX triplet: BC, CC and 98. RGB value is (188,204,152). Sum of RGB (Red+Green+Blue) = 188+204+152=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC98 is #433367. Grayscale: #C1C1C1. Windows color (decimal): -4404072 or 10013884. OLE color: 10013884.

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

Color convert

RGB 188 204 152 -
CMYK 0.08 0 0.25 0.2
HSL 78.46º 0.34% 0.7% -
HSV(B) 78.46º 0.25% 0.8% -
XYZ 48 56.14 38.01 -
YUV 193.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 188 204 152 0.08 0 0.25 0.2 78.46 0.34 0.7
Hex BC CC 98 8 0 19 14 4E 22 46
Octal 274 314 230 10 0 31 24 116 42 106
Binary 10111100 11001100 10011000 1000 0 11001 10100 1001110 100010 1000110

Color Harmonies of #BCCC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC98

Black with #BCCC98

Text Example


Text Example

White with #BCCC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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