Html Css Color HEX #BCCD98 Sprout

📋 copy color: '#BCCD98'

red 188 ◦ green 205 ◦ blue 152

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

Shades of Sprout #BCCD98

Tints of Sprout #BCCD98

RGB

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

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

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

R = 34.5%
G = 37.61%
B = 27.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#BCCD98 (or 0xBCCD98) is known color: Sprout. HEX triplet: BC, CD and 98. RGB value is (188,205,152). Sum of RGB (Red+Green+Blue) = 188+205+152=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD98 is #433267. Grayscale: #C2C2C2. Windows color (decimal): -4403816 or 10014140. OLE color: 10014140.

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

Color convert

RGB 188 205 152 -
CMYK 0.08 0 0.26 0.20
HSL 79.25º 0.35% 0.7% -
HSV(B) 79.25º 0.26% 0.8% -
XYZ 48.24 56.62 38.09 -
YUV 193.88 104.37 123.81 -
System Red Green Blue C M Y K H S L
Decimal 188 205 152 0.08 0 0.26 0.20 79.25 0.35 0.7
Hex BC CD 98 8 0 1A 14 4F 23 46
Octal 274 315 230 10 0 32 24 117 43 106
Binary 10111100 11001101 10011000 1000 0 11010 10100 1001111 100011 1000110

Color Harmonies of #BCCD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD98

Black with #BCCD98

Text Example


Text Example

White with #BCCD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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