Html Css Color HEX #BCCA98 Sprout

📋 copy color: '#BCCA98'

red 188 ◦ green 202 ◦ blue 152

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

Shades of Sprout #BCCA98

Tints of Sprout #BCCA98

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.27%

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

R = 34.69%
G = 37.27%
B = 28.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#BCCA98 (or 0xBCCA98) is known color: Sprout. HEX triplet: BC, CA and 98. RGB value is (188,202,152). Sum of RGB (Red+Green+Blue) = 188+202+152=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCA98 is #433567. Grayscale: #C0C0C0. Windows color (decimal): -4404584 or 10013372. OLE color: 10013372.

HSL color Cylindrical-coordinate representation of color #BCCA98: hue angle of 76.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCCA98 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 152 -
CMYK 0.07 0 0.25 0.21
HSL 76.8º 0.32% 0.69% -
HSV(B) 76.8º 0.25% 0.79% -
XYZ 47.53 55.2 37.86 -
YUV 192.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 188 202 152 0.07 0 0.25 0.21 76.8 0.32 0.69
Hex BC CA 98 7 0 19 15 4D 20 45
Octal 274 312 230 7 0 31 25 115 40 105
Binary 10111100 11001010 10011000 111 0 11001 10101 1001101 100000 1000101

Color Harmonies of #BCCA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCA98

Black with #BCCA98

Text Example


Text Example

White with #BCCA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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