Html Css Color HEX #BCD292 Sprout

📋 copy color: '#BCD292'

red 188 ◦ green 210 ◦ blue 146

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

Shades of Sprout #BCD292

Tints of Sprout #BCD292

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.6%

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

R = 34.56%
G = 38.6%
B = 26.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#BCD292 (or 0xBCD292) is known color: Sprout. HEX triplet: BC, D2 and 92. RGB value is (188,210,146). Sum of RGB (Red+Green+Blue) = 188+210+146=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD292 is #432D6D. Grayscale: #C4C4C4. Windows color (decimal): -4402542 or 9622204. OLE color: 9622204.

HSL color Cylindrical-coordinate representation of color #BCD292: hue angle of 80.62º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCD292 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 146 -
CMYK 0.10 0 0.30 0.18
HSL 80.63º 0.42% 0.7% -
HSV(B) 80.63º 0.3% 0.82% -
XYZ 48.97 58.86 35.97 -
YUV 196.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 188 210 146 0.10 0 0.30 0.18 80.63 0.42 0.7
Hex BC D2 92 A 0 1E 12 51 2A 46
Octal 274 322 222 12 0 36 22 121 52 106
Binary 10111100 11010010 10010010 1010 0 11110 10010 1010001 101010 1000110

Color Harmonies of #BCD292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD292

Black with #BCD292

Text Example


Text Example

White with #BCD292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD292; }

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

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

background-color css

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

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

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

border-color css

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

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

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