Html Css Color HEX #BCDA98 Sprout

📋 copy color: '#BCDA98'

red 188 ◦ green 218 ◦ blue 152

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

Shades of Sprout #BCDA98

Tints of Sprout #BCDA98

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.07%

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

R = 33.69%
G = 39.07%
B = 27.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#BCDA98 (or 0xBCDA98) is known color: Sprout. HEX triplet: BC, DA and 98. RGB value is (188,218,152). Sum of RGB (Red+Green+Blue) = 188+218+152=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA98 is #432567. Grayscale: #C9C9C9. Windows color (decimal): -4400488 or 10017468. OLE color: 10017468.

HSL color Cylindrical-coordinate representation of color #BCDA98: hue angle of 87.27º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCDA98 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 152 -
CMYK 0.14 0 0.30 0.15
HSL 87.27º 0.47% 0.73% -
HSV(B) 87.27º 0.3% 0.85% -
XYZ 51.48 63.1 39.17 -
YUV 201.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 188 218 152 0.14 0 0.30 0.15 87.27 0.47 0.73
Hex BC DA 98 E 0 1E F 57 2F 49
Octal 274 332 230 16 0 36 17 127 57 111
Binary 10111100 11011010 10011000 1110 0 11110 1111 1010111 101111 1001001

Color Harmonies of #BCDA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA98

Black with #BCDA98

Text Example


Text Example

White with #BCDA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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