Html Css Color HEX #BCD792 Sprout

📋 copy color: '#BCD792'

red 188 ◦ green 215 ◦ blue 146

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

Shades of Sprout #BCD792

Tints of Sprout #BCD792

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.16%

 BLUE value IS 146 (57.42% from 255) = 26.59%

R = 34.24%
G = 39.16%
B = 26.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#BCD792 (or 0xBCD792) is known color: Sprout. HEX triplet: BC, D7 and 92. RGB value is (188,215,146). Sum of RGB (Red+Green+Blue) = 188+215+146=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD792 is #43286D. Grayscale: #C7C7C7. Windows color (decimal): -4401262 or 9623484. OLE color: 9623484.

HSL color Cylindrical-coordinate representation of color #BCD792: hue angle of 83.48º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCD792 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 146 -
CMYK 0.13 0 0.32 0.16
HSL 83.48º 0.46% 0.71% -
HSV(B) 83.48º 0.32% 0.84% -
XYZ 50.23 61.37 36.39 -
YUV 199.06 98.05 120.11 -
System Red Green Blue C M Y K H S L
Decimal 188 215 146 0.13 0 0.32 0.16 83.48 0.46 0.71
Hex BC D7 92 D 0 20 10 53 2E 47
Octal 274 327 222 15 0 40 20 123 56 107
Binary 10111100 11010111 10010010 1101 0 100000 10000 1010011 101110 1000111

Color Harmonies of #BCD792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD792

Black with #BCD792

Text Example


Text Example

White with #BCD792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD792; }

 p { color: rgb(188,215,146); }

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

background-color css

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

 a { background-color: rgb(188,215,146); }

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

border-color css

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

 span { border-color: rgb(188,215,146); }

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